Add Intel, AMD Linux Dockerfiles, improve error messages on AMD

This commit is contained in:
doctorpangloss
2024-05-22 21:16:34 -07:00
parent b241ecc56d
commit 0fcd07962f
5 changed files with 47 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
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
CMD ["/usr/local/bin/comfyui", "--listen"]