Merge pull request #2361 from nicolargo/renovate/nvidia-cuda-12.x

chore(deps): update nvidia/cuda docker tag to v12.1.1
pull/2362/head
Nicolas Hennion 2023-04-29 09:08:03 +02:00 committed by GitHub
commit d24fff53a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.1.0-base-ubuntu22.04
ARG IMAGE_VERSION=12.1.1-base-ubuntu22.04
ARG PYTHON_VERSION=3.10
ARG PIP_MIRROR=https://mirrors.aliyun.com/pypi/simple/
FROM nvidia/cuda:${IMAGE_VERSION} as build