8000 Advance docker release latest verison to cuda 12.4 (#145566) · pytorch/pytorch@5d24a9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d24a9a

Browse files
atalmanpytorchmergebot
authored andcommitted
Advance docker release latest verison to cuda 12.4 (#145566)
Fixed latest tag in ghcr.io to be cuda 12.4 docker image. Todo, Need to add it to : https://github.com/pytorch/builder/blob/main/CUDA_UPGRADE_GUIDE.MD Will need to check if we can automate this by introducing cuda_stable variable or something like this. Pull Request resolved: #145566 Approved by: https://github.com/nWEIdia, https://github.com/kit1980, https://github.com/malfet
1 parent 5c64aae commit 5d24a9a

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
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