Skip to content

Commit 3843ee3

Browse files
authored
Merge pull request #36 from Tverous/renovate/nvidia-cuda-12.x
chore(deps): update nvidia/cuda docker tag to v12.9.1
2 parents fd4aad3 + 9f7619e commit 3843ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base-devel.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pull from devel image instead of base
2-
FROM nvidia/cuda:12.9.0-devel-ubuntu22.04
2+
FROM nvidia/cuda:12.9.1-devel-ubuntu22.04
33

44
# Set bash as the default shell
55
ENV SHELL=/bin/bash

base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:12.9.0-base-ubuntu22.04
1+
FROM nvidia/cuda:12.9.1-base-ubuntu22.04
22

33
# Set bash as the default shell
44
ENV SHELL=/bin/bash

0 commit comments

Comments
 (0)