mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
chore(deps): update nvidia/cuda docker tag to v12.0.1
This commit is contained in:
parent
4f70193e75
commit
dbbf6ba2fa
@ -8,7 +8,7 @@
|
|||||||
# Ex: Python 3.10 for Ubuntu 22.04
|
# Ex: Python 3.10 for Ubuntu 22.04
|
||||||
# Note: ENV is for future running containers. ARG for building your Docker image.
|
# Note: ENV is for future running containers. ARG for building your Docker image.
|
||||||
|
|
||||||
ARG IMAGE_VERSION=12.0.0-base-ubuntu22.04
|
ARG IMAGE_VERSION=12.0.1-base-ubuntu22.04
|
||||||
ARG PYTHON_VERSION=3.10
|
ARG PYTHON_VERSION=3.10
|
||||||
ARG PIP_MIRROR=https://mirrors.aliyun.com/pypi/simple/
|
ARG PIP_MIRROR=https://mirrors.aliyun.com/pypi/simple/
|
||||||
FROM nvidia/cuda:${IMAGE_VERSION} as build
|
FROM nvidia/cuda:${IMAGE_VERSION} as build
|
||||||
|
Loading…
Reference in New Issue
Block a user