mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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:
parent
3f62531191
commit
a50f6d3685
|
|
@ -10,8 +10,8 @@ endif
|
||||||
|
|
||||||
CUDA_VERSION = 12.1.1
|
CUDA_VERSION = 12.1.1
|
||||||
CUDNN_VERSION = 8
|
CUDNN_VERSION = 8
|
||||||
BASE_RUNTIME = ubuntu:20.04
|
BASE_RUNTIME = ubuntu:22.04
|
||||||
BASE_DEVEL = nvidia/cuda:$(CUDA_VERSION)-cudnn$(CUDNN_VERSION)-devel-ubuntu20.04
|
BASE_DEVEL = nvidia/cuda:$(CUDA_VERSION)-cudnn$(CUDNN_VERSION)-devel-ubuntu22.04
|
||||||
CMAKE_VARS ?=
|
CMAKE_VARS ?=
|
||||||
|
|
||||||
# The conda channel to use to install cudatoolkit
|
# The conda channel to use to install cudatoolkit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user