Spaces:
Running
Running
Upload Dockerfile
Browse files- 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 |
|
|
|
|
|
|
|
|