8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714f643 commit 7587168Copy full SHA for 7587168
.github/workflows/docker-release.yml
@@ -153,7 +153,7 @@ jobs:
153
docker push ghcr.io/pytorch/pytorch-nightly:"${PYTORCH_NIGHTLY_COMMIT}${CUDA_SUFFIX}"
154
155
# Please note, here we ned to pin specific verison of CUDA as with latest label
156
- if [[ ${CUDA_VERSION_SHORT} == "12.1" ]]; then
+ if [[ ${CUDA_VERSION_SHORT} == "12.4" ]]; then
157
438E docker tag ghcr.io/pytorch/pytorch-nightly:"${PYTORCH_NIGHTLY_COMMIT}${CUDA_SUFFIX}" \
158
ghcr.io/pytorch/pytorch-nightly:latest
159
docker push ghcr.io/pytorch/pytorch-nightly:latest
0 commit comments