Skip to content

Commit

Permalink
Merge pull request #135 from NVIDIA/dependabot/docker/deployments/con…
Browse files Browse the repository at this point in the history
…tainer/nvidia/cuda-12.6.2-base-ubuntu20.04

Bump nvidia/cuda from 12.6.1-base-ubuntu20.04 to 12.6.2-base-ubuntu20.04 in /deployments/container
  • Loading branch information
tariq1890 authored Oct 15, 2024
2 parents 62a1540 + a79251d commit fa0acbd
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.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 as build
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 as build

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

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \
github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \
&& cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk

FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9

# 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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04 as build
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04 as build

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

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \
github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \
&& cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk

FROM nvcr.io/nvidia/cuda:12.6.1-base-ubuntu20.04
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04

# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
RUN apt-get --purge -y autoremove cuda-*
Expand Down

0 comments on commit fa0acbd

Please sign in to comment.