Skip to content

Commit 182897e

Browse files
yushangdiclaude
andcommitted
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

File tree

.ci/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE
1+
ARG BASE_IMAGE=nvidia/cuda:13.1.0-devel-ubuntu22.04
22
FROM ${BASE_IMAGE}
33

44
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)