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-ubuntu22.04 to 12.6.1-base-ubuntu22.04.

---
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] committed Sep 17, 2024
1 parent 76e0d29 commit 3539f41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG GOLANG_VERSION=1.20.5
FROM nvidia/cuda:12.6.0-base-ubi8 as build
FROM nvidia/cuda:12.6.1-base-ubi8 as build

RUN yum install -y \
wget make git gcc \
Expand Down Expand Up @@ -44,7 +44,7 @@ ARG VERSION="N/A"
ARG GIT_COMMIT="unknown"
RUN make PREFIX=/artifacts cmds

FROM nvidia/cuda:12.6.0-base-ubi8
FROM nvidia/cuda:12.6.1-base-ubi8

# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
RUN dnf remove -y cuda-*
Expand Down
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG GOLANG_VERSION=1.20.5
FROM nvidia/cuda:12.6.0-base-ubuntu22.04 as build
FROM nvidia/cuda:12.6.1-base-ubuntu22.04 as build

RUN apt-get update && \
apt-get install -y wget make git gcc \
Expand Down Expand Up @@ -44,7 +44,7 @@ ARG VERSION="N/A"
ARG GIT_COMMIT="unknown"
RUN make PREFIX=/artifacts cmds

FROM nvidia/cuda:12.6.0-base-ubuntu22.04
FROM nvidia/cuda:12.6.1-base-ubuntu22.04

# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
RUN rm -f cuda-*.deb
Expand Down

0 comments on commit 3539f41

Please sign in to comment.