Skip to content

Commit

Permalink
fix base image to support nvcc out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikSt authored and samsja committed Feb 28, 2025
1 parent bc10edd commit 32e8ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.4.1-cuda12.4-cudnn9-runtime
FROM pytorch/pytorch:2.4.1-cuda12.4-cudnn9-devel
LABEL maintainer="prime genesys"
LABEL repository="genesys"

Expand Down

0 comments on commit 32e8ccc

Please sign in to comment.