[Chore][CI]: K3 base CI image 12.9 CUDA#2975
Merged
sammshen merged 1 commit intoLMCache:devfrom Apr 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the CI base Dockerfile to use a newer NVIDIA CUDA base image, moving from version 25.03 (CUDA 12.8) to 25.04 (CUDA 12.9). It also updates the ldconfig path to reflect the new CUDA version. I have no feedback to provide.
deng451e
approved these changes
Apr 7, 2026
Shaoting-Feng
approved these changes
Apr 7, 2026
Oasis-Git
pushed a commit
to Oasis-Git/LMCache
that referenced
this pull request
Apr 13, 2026
12.9 Signed-off-by: Samuel Shen <slshen@uchciago.edu> Co-authored-by: Samuel Shen <slshen@uchciago.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Moderate risk because it changes the underlying CUDA/toolchain version used across CI jobs, which can surface driver/library compatibility issues or alter build outputs.
Overview
Updates the K3 harness CI base Dockerfile to use
nvcr.io/nvidia/cuda-dl-base:25.04-cuda12.9-devel-ubuntu24.04(from CUDA 12.8) and switches theldconfigcompat path to/usr/local/cuda-12.9/compat/, effectively moving CI runs to a CUDA 12.9 environment.Reviewed by Cursor Bugbot for commit fdc9ba6. Bugbot is set up for automated code reviews on this repo. Configure here.