8000 Move Docker official builds to Cuda 12.1.1 (#110703) (#110705) · pytorch/pytorch@209f2fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 209f2fa

Browse files
authored
Move Docker official builds to Cuda 12.1.1 (#110703) (#110705)
Since our pipy released CUDA version is 12.1.1, Moving the Docker builds to 12.1.1. Related to : #110643 Pull Request resolved: #110703 Approved by: https://github.com/DanilBaibak
1 parent fa1db43 commit 209f2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(warning WARNING: No docker user found using results from whoami)
88
DOCKER_ORG = $(shell whoami)
99
endif
1010

11-
CUDA_VERSION = 11.8.0
11+
CUDA_VERSION = 12.1.1
1212
CUDNN_VERSION = 8
1313
BASE_RUNTIME = ubuntu:20.04
1414
BASE_DEVEL = nvidia/cuda:$(CUDA_VERSION)-cudnn$(CUDNN_VERSION)-devel-ubuntu20.04

0 commit comments

Comments
 (0)
0