mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
3f62531191
commit
a50f6d3685
@ -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
|
||||
|
Reference in New Issue
Block a user