Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN rm -rf /var/cache/apk/* && \
|
|
18 |
rm -rf /root/.cache
|
19 |
|
20 |
RUN pip install --no-cache-dir --upgrade pip
|
21 |
-
RUN pip install --no-cache-dir --upgrade
|
22 |
|
23 |
RUN apk add --no-cache bash
|
24 |
|
|
|
18 |
rm -rf /root/.cache
|
19 |
|
20 |
RUN pip install --no-cache-dir --upgrade pip
|
21 |
+
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
22 |
|
23 |
RUN apk add --no-cache bash
|
24 |
|