wrdias commited on
Commit
2b9d7c7
·
1 Parent(s): b697091

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -163,7 +163,3 @@ RUN echo "Downloading checkpoints..." && \
163
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--use-split-cross-attention", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
164
 
165
 
166
- #Plz don't delete this file, just edit it when neccessary.
167
- ckpts_path: "./ckpts"
168
- ops_backend: "taichi" #Either "taichi" or "cupy"
169
-
 
163
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--use-split-cross-attention", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
164
 
165