Skip to content

Commit 0d0840d

Browse files
committed
Update conda docker images
1 parent 2e1643d commit 0d0840d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cicd-pytorch_dockers.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@ jobs:
129129
- {python_version: "3.8", pytorch_version: "1.9", cuda_version: "11.1.1"}
130130
- {python_version: "3.8", pytorch_version: "1.10", cuda_version: "11.1.1"}
131131
- {python_version: "3.9", pytorch_version: "1.11", cuda_version: "11.3.1"}
132-
- {python_version: "3.10", pytorch_version: "1.11", cuda_version: "11.3.1"}
133-
- {python_version: "3.10", pytorch_version: "1.12", cuda_version: "11.6.0"}
134-
# nightly: add when there's a release candidate
135-
# - {python_version: "3.9", pytorch_version: "1.12"}
132+
- {python_version: "3.10", pytorch_version: "1.12", cuda_version: "11.3.1"}
136133
steps:
137134
- uses: actions/checkout@v2
138135
- uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)