Update nvidia/cuda Docker tag to v12

This commit is contained in:
renovate[bot] 2023-01-13 11:05:36 +00:00 committed by GitHub
parent c53afdc8bf
commit 9ca7e4121f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=11.8.0-base-ubuntu22.04
ARG IMAGE_VERSION=12.0.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