mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
7 lines
286 B
Docker
7 lines
286 B
Docker
FROM rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2
|
|
RUN pip install --no-cache --no-build-isolation git+https://github.com/hiddenswitch/ComfyUI.git
|
|
EXPOSE 8188
|
|
WORKDIR /workspace
|
|
RUN comfyui --quick-test-for-ci --cpu --cwd /workspace
|
|
CMD ["/usr/local/bin/comfyui", "--listen"]
|