Skip to content

Commit c4cd8f5

Browse files
authored
Merge pull request #32 from NVIDIA/dependabot/docker/deployments/container/nvidia/cuda-12.9.1-base-ubuntu22.04
Bump nvidia/cuda from 12.8.1-base-ubuntu22.04 to 12.9.1-base-ubuntu22.04 in /deployments/container
2 parents 46a252f + 9707180 commit c4cd8f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployments/container/Dockerfile.ubi9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM nvcr.io/nvidia/cuda:12.8.1-devel-ubi9 AS builder
15+
FROM nvcr.io/nvidia/cuda:12.9.1-devel-ubi9 AS builder
1616

1717
ARG CUDA_VERSION
1818
RUN dnf install -y --allowerasing \
@@ -31,7 +31,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
3131
make build && \
3232
cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}
3333

34-
FROM nvcr.io/nvidia/cuda:12.8.1-base-ubi9
34+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9
3535
ARG SAMPLE_NAME
3636
LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
3737
LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"

deployments/container/Dockerfile.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM nvcr.io/nvidia/cuda:12.8.1-devel-ubuntu22.04 AS builder
15+
FROM nvcr.io/nvidia/cuda:12.9.1-devel-ubuntu22.04 AS builder
1616

1717
ARG SAMPLE_NAME
1818
ENV SAMPLE_NAME ${SAMPLE_NAME}
@@ -34,7 +34,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
3434
make build && \
3535
cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}
3636

37-
FROM nvcr.io/nvidia/cuda:12.8.1-base-ubuntu22.04
37+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
3838
ARG SAMPLE_NAME=nbody
3939
LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
4040
LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"

0 commit comments

Comments
 (0)