summaryrefslogtreecommitdiffstats
path: root/docker-files
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-10 00:11:59 +0000
committerGitHub <noreply@github.com>2023-03-10 00:11:59 +0000
commit635dc2e3bbebedadaf8edcaf9bf3bf79c784f4e7 (patch)
tree28ab43ed375dd1e5aae452259ba2a1e46825b332 /docker-files
parenta798d10ab18ff0c2b10b5a33f4502f4a3438430f (diff)
chore(deps): update nvidia/cuda docker tag to v12.1.0
Diffstat (limited to 'docker-files')
-rw-r--r--docker-files/ubuntu.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-files/ubuntu.Dockerfile b/docker-files/ubuntu.Dockerfile
index 2fa00d27..4f0383f3 100644
--- a/docker-files/ubuntu.Dockerfile
+++ b/docker-files/ubuntu.Dockerfile
@@ -8,7 +8,7 @@
# Ex: Python 3.10 for Ubuntu 22.04
# Note: ENV is for future running containers. ARG for building your Docker image.
-ARG IMAGE_VERSION=12.0.1-base-ubuntu22.04
+ARG IMAGE_VERSION=12.1.0-base-ubuntu22.04
ARG PYTHON_VERSION=3.10
ARG PIP_MIRROR=https://mirrors.aliyun.com/pypi/simple/
FROM nvidia/cuda:${IMAGE_VERSION} as build