We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203c45a commit f91ea78Copy full SHA for f91ea78
services/comfy/Dockerfile
@@ -1,4 +1,7 @@
1
-FROM pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
+#too new for my GPU
2
+#FROM pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
3
+
4
+FROM pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime
5
6
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
7
0 commit comments