wrdias commited on
Commit
9b1bdea
·
1 Parent(s): a72db33

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -198,6 +198,6 @@ RUN echo "Downloading checkpoints..." && \
198
 
199
  RUN echo "Done"
200
 
201
- CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--use-split-cross-attention", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
202
 
203
 
 
198
 
199
  RUN echo "Done"
200
 
201
+ CMD ["python", "main.py", "--cpu", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--use-split-cross-attention", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
202
 
203