Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
|
|
25 |
|
26 |
COPY ./worker_runpod.py /content/ComfyUI/worker_runpod.py
|
27 |
WORKDIR /content/ComfyUI
|
28 |
-
CMD
|
|
|
25 |
|
26 |
COPY ./worker_runpod.py /content/ComfyUI/worker_runpod.py
|
27 |
WORKDIR /content/ComfyUI
|
28 |
+
CMD jupyter lab --allow-root --port 80 --ip 0.0.0.0 --no-browse --notebook-dir /content --NotebookApp.token='' --ContentsManager.allow_hidden True
|