Skip to content

Commit

Permalink
[BE] Don't build CUDA-10.2 docker images (#87819)
Browse files Browse the repository at this point in the history
As CUDA-10.2 should not longer be used in CI/CD

Test Plan: ` grep cuda10.2 .github -R|grep -v mock`

Pull Request resolved: #87819
Approved by: https://github.com/kit1980, https://github.com/ZainRizvi
  • Loading branch information
malfet authored and pytorchmergebot committed Oct 26, 2022
1 parent 3208c2f commit 5ee5f5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
strategy:
matrix:
include:
- docker-image-name: pytorch-linux-bionic-cuda10.2-cudnn7-py3.9-gcc7
- 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-cuda11.7-cudnn8-py3-gcc7
Expand All @@ -42,7 +41,6 @@ jobs:
- docker-image-name: pytorch-linux-focal-rocm5.2-py3.8
- docker-image-name: pytorch-linux-jammy-cuda11.6-cudnn8-py3.8-clang12
- docker-image-name: pytorch-linux-jammy-cuda11.7-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
- docker-image-name: pytorch-linux-xenial-py3-clang5-android-ndk-r19c
- docker-image-name: pytorch-linux-xenial-py3-clang5-asan
Expand Down

0 comments on commit 5ee5f5a

Please sign in to comment.