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