mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
6 lines
208 B
Docker
6 lines
208 B
Docker
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 ["/usr/local/bin/comfyui", "--listen"]
|