Move release docker container builds to ubuntu22.04 (#113032)

Move Official Docker builds for the release to :
nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04

Pull Request resolved: https://github.com/pytorch/pytorch/pull/113032
Approved by: https://github.com/malfet, https://github.com/huydhn
This commit is contained in:
atalman
2023-11-06 17:33:40 +00:00
committed by PyTorch MergeBot
parent 3f62531191
commit a50f6d3685

View File

@ -10,8 +10,8 @@ endif
CUDA_VERSION = 12.1.1
CUDNN_VERSION = 8
BASE_RUNTIME = ubuntu:20.04
BASE_DEVEL = nvidia/cuda:$(CUDA_VERSION)-cudnn$(CUDNN_VERSION)-devel-ubuntu20.04
BASE_RUNTIME = ubuntu:22.04
BASE_DEVEL = nvidia/cuda:$(CUDA_VERSION)-cudnn$(CUDNN_VERSION)-devel-ubuntu22.04
CMAKE_VARS ?=
# The conda channel to use to install cudatoolkit