ritz26 commited on
Commit
f170042
·
verified ·
1 Parent(s): 945111c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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