Skip to content

Commit

Permalink
Bump nvidia/cuda in /infra/docker/obs
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 10.2-runtime-ubuntu18.04 to 12.1.0-runtime-ubuntu18.04.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent e11749c commit 7e8d3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/docker/obs/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
#

FROM nvidia/cuda:10.2-devel-ubuntu18.04 AS devel-base
FROM nvidia/cuda:12.1.0-devel-ubuntu18.04 AS devel-base

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand All @@ -19,7 +19,7 @@ RUN apt-get -yqq update && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/*

FROM nvidia/cuda:10.2-runtime-ubuntu18.04 AS runtime-base
FROM nvidia/cuda:12.1.0-runtime-ubuntu18.04 AS runtime-base

ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,video
WORKDIR /tmp/workdir
Expand Down

0 comments on commit 7e8d3d2

Please sign in to comment.