mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
5 lines
219 B
Docker
5 lines
219 B
Docker
FROM intel/intel-optimized-pytorch:2.3.0-pip-base
|
|
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"] |