Skip to content

Commit 926425f

Browse files
author
Ruinong Tian
committed
Update cuda version for 2.x to 12.6
1 parent ddde9bf commit 926425f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
2: [
5757
{
5858
"build_args": {
59-
"TAG_FOR_BASE_MICROMAMBA_IMAGE": "jammy-cuda-12.5.0",
60-
"CUDA_MAJOR_MINOR_VERSION": "12.5", # Should match the previous one.
59+
"TAG_FOR_BASE_MICROMAMBA_IMAGE": "jammy-cuda-12.6.0",
60+
"CUDA_MAJOR_MINOR_VERSION": "12.6", # Should match the previous one.
6161
"ENV_IN_FILENAME": "gpu.env.in",
6262
"PINNED_ENV_IN_FILENAME": "gpu.pinned_env.in",
6363
"ARG_BASED_ENV_IN_FILENAME": "gpu.arg_based_env.in",

0 commit comments

Comments
 (0)