Skip to content

Commit b361da0

Browse files
Bump nvidia/cuda in /deployments/container
Bumps nvidia/cuda from 13.0.0-base-ubi9 to 13.0.1-base-ubi9. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 13.0.1-base-ubi9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 583795c commit b361da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG GOLANG_VERSION=1.22.6
16-
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS build
16+
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9 AS build
1717

1818
RUN yum install -y \
1919
wget make git gcc \
@@ -51,7 +51,7 @@ RUN rpm -qa --queryformat='^%{NAME}-\[0-9\].*\.%{ARCH}$\n' | sort -u > /tmp/pack
5151
RUN rpm -qa | sort -u > /tmp/package-list.minimal
5252

5353
# We define the following image as a base image and remove unneeded packages.
54-
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS base
54+
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9 AS base
5555

5656
# Upgrade packages here that are required to resolve CVEs
5757
ARG CVE_UPDATES

0 commit comments

Comments
 (0)