Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -25,8 +25,6 @@ RUN pip install --upgrade pip \
|
|
25 |
&& pip config set global.retries 10 \
|
26 |
&& pip install --no-cache-dir -r requirements.txt
|
27 |
|
28 |
-
RUN mkdir -p /app/static/uploads /app/static/outputs
|
29 |
-
|
30 |
RUN pip install --no-cache-dir -r requirements.txt
|
31 |
|
32 |
|
|
|
25 |
&& pip config set global.retries 10 \
|
26 |
&& pip install --no-cache-dir -r requirements.txt
|
27 |
|
|
|
|
|
28 |
RUN pip install --no-cache-dir -r requirements.txt
|
29 |
|
30 |
|