Skip to content

Commit

Permalink
Merge pull request #2243 from nicolargo/renovate/nvidia-cuda-12.x
Browse files Browse the repository at this point in the history
Update nvidia/cuda Docker tag to v12
  • Loading branch information
nicolargo authored Jan 14, 2023
2 parents a59ae3e + 9ca7e41 commit c330e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c330e07

Please sign in to comment.