mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
Tweak to Dockerfile
This commit is contained in:
parent
59cf9e5d93
commit
eec0661baf
@ -2,4 +2,4 @@ FROM nvcr.io/nvidia/pytorch:24.01-py3
|
||||
RUN pip install --no-cache --no-build-isolation git+https://github.com/hiddenswitch/ComfyUI.git
|
||||
EXPOSE 8188
|
||||
WORKDIR /workspace
|
||||
CMD ["comfyui", "--listen"]
|
||||
CMD ["/usr/local/bin/comfyui", "--listen"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user