soiz1 commited on
Commit
587782a
·
verified ·
1 Parent(s): 15a8d07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -88,7 +88,7 @@ RUN echo "Downloading checkpoints..." && \
88
 
89
  RUN echo "Done"
90
 
91
- CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--server-security-level", "weak", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
92
 
93
 
94
 
 
88
 
89
  RUN echo "Done"
90
 
91
+ CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
92
 
93
 
94