Commit 182897e
Set CUDA 13.1.0 as default in Dockerfile
The previous change to build.sh didn't trigger a Docker image rebuild
because the image hash is calculated from the Dockerfile, not build.sh.
Setting the default BASE_IMAGE in the Dockerfile ensures the hash
changes and the image is rebuilt with CUDA 13.1.0, which is required
for the cudaGraphNodeGetToolsId API used in the CUDA graph annotations
tutorial.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 981fe50 commit 182897e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments