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