Skip to content

Commit

Permalink
Base image support for CUDA 12.1 / Python 3.11 / Torch 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: andreasjansson <[email protected]>
  • Loading branch information
andreasjansson committed Apr 12, 2024
1 parent 488e117 commit 72398c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dockerfile/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func BaseImageConfigurations() []BaseImageConfiguration {
{"12.1", "3.11", ""},
{"12.1", "3.11", "2.1.0"},
{"12.1", "3.11", "2.1.1"},
{"12.1", "3.11", "2.1.2"},
{"12.1", "3.9", ""},
{"12.1", "3.9", "2.1.0"},
{"12.1.1", "3.11", "2.1.1"},
Expand Down

0 comments on commit 72398c7

Please sign in to comment.