Skip to content

Commit

Permalink
Bump nvidia/cuda in /deployments/container
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.6.0-base-ubi9 to 12.6.1-base-ubi9.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent f566a82 commit 0e9ef4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG GOLANG_VERSION=1.22.6
FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi9 AS build
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 AS build

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

# We define the following image as a base image and remove unneeded packages.
FROM nvcr.io/nvidia/cuda:12.6.0-base-ubi9 AS base
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 AS base

WORKDIR /cleanup

Expand Down

0 comments on commit 0e9ef4b

Please sign in to comment.