Skip to content

Commit 4f01926

Browse files
committed
Upgrade cuda to 12.9.1 in Dockerfile.
PR: USTC-KnowledgeComputingLab/qmb#51 Signed-off-by: Hao Zhang <[email protected]>
2 parents 3c47308 + 853b223 commit 4f01926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the specified CUDA base image with Rocky Linux 9
2-
FROM nvidia/cuda:12.8.1-cudnn-devel-rockylinux9
2+
FROM nvidia/cuda:12.9.1-cudnn-devel-rockylinux9
33

44
# Install dependencies
55
WORKDIR /app

0 commit comments

Comments
 (0)