Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 8 |
|
| 9 |
RUN mkdir /.cache && chmod 777 /.cache
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 8 |
|
| 9 |
RUN mkdir /.cache && chmod 777 /.cache
|
| 10 |
|