Skip to content

Commit f91ea78

Browse files
authored
Update Dockerfile
1 parent 203c45a commit f91ea78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/comfy/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
1+
#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
25

36
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
47

0 commit comments

Comments
 (0)