Commit d0ffd50
authored
Fix PyTorch index url for package (#286)
The default PyTorch 2.8.0 package uses CUDA 12.8. We need to specify the
PyTorch CUDA 12.9 index URL in order to pick up the right version.
This also switches the dev dockerfile to CUDA 12.9 in order to match the
package.
---------
Signed-off-by: Matthew Cong <mcong@nvidia.com>1 parent 7927c20 commit d0ffd50
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments