Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -23,6 +23,5 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
|
|
23 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/FLUX.1-dev/resolve/main/clip_l.safetensors -d /content/ComfyUI/models/clip -o clip_l.safetensors && \
|
24 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/FLUX.1-dev/resolve/main/t5xxl_fp16.safetensors -d /content/ComfyUI/models/clip -o t5xxl_fp16.safetensors
|
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
|
|
|
23 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/FLUX.1-dev/resolve/main/clip_l.safetensors -d /content/ComfyUI/models/clip -o clip_l.safetensors && \
|
24 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/FLUX.1-dev/resolve/main/t5xxl_fp16.safetensors -d /content/ComfyUI/models/clip -o t5xxl_fp16.safetensors
|
25 |
|
|
|
26 |
WORKDIR /content/ComfyUI
|
27 |
CMD jupyter lab --allow-root --port 80 --ip 0.0.0.0 --no-browse --notebook-dir /content --NotebookApp.token='' --ContentsManager.allow_hidden True
|