Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchross authored Oct 25, 2024
1 parent adacd41 commit 34c38ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/comfyui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM nvidia/cuda:12.2.0-base-ubuntu22.04

# Base image with Python 3.11 and CUDA 12.5 support
FROM nvidia/cuda:12.5.0-runtime-ubuntu22.04

RUN apt-get update

Expand Down

0 comments on commit 34c38ca

Please sign in to comment.