Revert "Update ROCm base docker images to focal (ubuntu20.04) (#79596)"

This reverts commit 8302bbe408.

Reverted https://github.com/pytorch/pytorch/pull/79596 on behalf of https://github.com/malfet due to Jeff asked for it
This commit is contained in:
PyTorch MergeBot 2022-07-06 22:10:21 +00:00
parent 394aca9a26
commit 6b5bab17d6
2 changed files with 4 additions and 4 deletions

View File

@ -234,7 +234,7 @@ case "$image" in
DB=yes
VISION=yes
;;
pytorch-linux-focal-rocm5.0-py3.7)
pytorch-linux-bionic-rocm5.0-py3.7)
ANACONDA_PYTHON_VERSION=3.7
GCC_VERSION=9
PROTOBUF=yes
@ -242,7 +242,7 @@ case "$image" in
VISION=yes
ROCM_VERSION=5.0
;;
pytorch-linux-focal-rocm5.1-py3.7)
pytorch-linux-bionic-rocm5.1-py3.7)
ANACONDA_PYTHON_VERSION=3.7
GCC_VERSION=9
PROTOBUF=yes

View File

@ -28,8 +28,8 @@ jobs:
- docker-image-name: pytorch-linux-bionic-cuda11.3-cudnn8-py3-clang9
- docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7
- docker-image-name: pytorch-linux-bionic-py3.7-clang9
- docker-image-name: pytorch-linux-focal-rocm5.0-py3.7
- docker-image-name: pytorch-linux-focal-rocm5.1-py3.7
- docker-image-name: pytorch-linux-bionic-rocm5.0-py3.7
- docker-image-name: pytorch-linux-bionic-rocm5.1-py3.7
- docker-image-name: pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12
- docker-image-name: pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7
- docker-image-name: pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7