Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -7,6 +7,7 @@ COPY . .
|
|
| 7 |
# Set the working directory to /
|
| 8 |
WORKDIR /
|
| 9 |
|
|
|
|
| 10 |
# Install requirements.txt
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
| 12 |
|
|
|
|
| 7 |
# Set the working directory to /
|
| 8 |
WORKDIR /
|
| 9 |
|
| 10 |
+
RUN pip install --upgrade pip
|
| 11 |
# Install requirements.txt
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
| 13 |
|