camenduru commited on
Commit
19ff1f1
·
verified ·
1 Parent(s): f4c46da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 python worker_runpod.py
 
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