Skip to content

Commit

Permalink
moving to CUDA 11.5.0 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwshop committed Feb 2, 2023
1 parent 3a81e30 commit 0d9b49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-science-stack.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.

ARG DOCKER_REPO=nvcr.io/nvidia/cuda
ARG CUDA_VERSION=11.2.2
ARG CUDA_VERSION=11.5.0
ARG OS_FLAVOR=devel-ubuntu20.04
FROM ${DOCKER_REPO}:${CUDA_VERSION}-${OS_FLAVOR}

Expand Down

0 comments on commit 0d9b49d

Please sign in to comment.