8000 Advance docker release latest verison to cuda 12.4 · pytorch/pytorch@7587168 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7587168

Browse files
committed
Advance docker release latest verison to cuda 12.4
1 parent 714f643 commit 7587168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
docker push ghcr.io/pytorch/pytorch-nightly:"${PYTORCH_NIGHTLY_COMMIT}${CUDA_SUFFIX}"
154154
155155
# Please note, here we ned to pin specific verison of CUDA as with latest label
156-
if [[ ${CUDA_VERSION_SHORT} == "12.1" ]]; then
156+
if [[ ${CUDA_VERSION_SHORT} == "12.4" ]]; then
157157
438E docker tag ghcr.io/pytorch/pytorch-nightly:"${PYTORCH_NIGHTLY_COMMIT}${CUDA_SUFFIX}" \
158158
ghcr.io/pytorch/pytorch-nightly:latest
159159
docker push ghcr.io/pytorch/pytorch-nightly:latest

0 commit comments

Comments
 (0)
0