Spaces:
Sleeping
Sleeping
Revert "Upgrade pip."
Browse filesThis reverts commit 632222681596c7cf7b1888cd055009875afcfb15.
- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -4,8 +4,6 @@ WORKDIR /code
|
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
-
RUN python3 -m pip install --upgrade pip
|
8 |
-
|
9 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
10 |
|
11 |
COPY . .
|
|
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
|
|
|
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
COPY . .
|