Skip to content

Commit

Permalink
Remove CUDA 11.7 Docker image build (#104116)
Browse files Browse the repository at this point in the history
This option has been removed by pytorch/builder#1408.  This is currently failing in trunk https://github.com/pytorch/pytorch/actions/runs/5358541073/jobs/9720970056
Pull Request resolved: #104116
Approved by: https://github.com/seemethere, https://github.com/malfet
  • Loading branch information
huydhn authored and pytorchmergebot committed Jun 23, 2023
1 parent 6ff4548 commit a45132e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .ci/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,6 @@ case "$image" in
DOCS=yes
INDUCTOR_BENCHMARKS=yes
;;
pytorch-linux-jammy-cuda11.7-cudnn8-py3.8-clang12)
ANACONDA_PYTHON_VERSION=3.8
CUDA_VERSION=11.7
CUDNN_VERSION=8
CLANG_VERSION=12
PROTOBUF=yes
DB=yes
VISION=yes
TRITON=yes
;;
pytorch-linux-jammy-cuda11.8-cudnn8-py3.8-clang12)
ANACONDA_PYTHON_VERSION=3.8
CUDA_VERSION=11.8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- docker-image-name: pytorch-linux-bionic-py3.11-clang9
- docker-image-name: pytorch-linux-focal-rocm-n-1-py3
- docker-image-name: pytorch-linux-focal-rocm-n-py3
- docker-image-name: pytorch-linux-jammy-cuda11.7-cudnn8-py3.8-clang12
- docker-image-name: pytorch-linux-jammy-cuda11.8-cudnn8-py3.8-clang12
- docker-image-name: pytorch-linux-focal-py3-clang7-android-ndk-r19c
- docker-image-name: pytorch-linux-focal-py3.8-gcc7
Expand Down

0 comments on commit a45132e

Please sign in to comment.