Commit e4f60af
Fix publish_release Docker build: use cuda12.6 base for pytorch 2.12.0 (#3921)
Summary:
Pull Request resolved: #3921
The `publish_release` workflow was failing because `ghcr.io/pytorch/pytorch:2.12.0-cuda12.8-cudnn9-runtime` does not exist — only the `cuda12.6` variant is published for the 2.12.0 release. Switch the Dockerfile default and the CI `PYTORCH_TAG` build-arg to `2.12.0-cuda12.6-cudnn9-runtime`. Update the resulting Docker image tag suffixes in `publish_release.yml` and `wheels.yml` from `-cuda12.8` to `-cuda12.6` so the tag reflects the actual CUDA runtime in the image. The wheel build path (cu128 index, `pytorch/manylinux*-builder:cuda12.8`) is unchanged.
Reviewed By: cpuhrsch
Differential Revision: D105369175
fbshipit-source-id: 4fa8e10cfcc26a0cf273509e535c514fe108f7871 parent cbc16e1 commit e4f60af
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments