Skip to content

Commit 998a180

Browse files
authored
bump cuda to 12-8 (opendatahub-io#223)
This bumps the cuda version in the base layer to 12-8 instead of 12-4. This could break something if during dep install we have to build a dependency from source, as the wheels we bring in later in prepare are now being built against 12.8. FIX #xxxx (*link existing issues this PR will resolve*) <!--- pyml disable-next-line no-emphasis-as-heading --> **BEFORE SUBMITTING, PLEASE READ <https://docs.vllm.ai/en/latest/contributing/overview.html>** (anything written below this line will be removed by GitHub Actions)
2 parents 7db80a0 + f2481f8 commit 998a180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ENV CUDA_HOME="/usr/local/cuda" \
4848
PATH="${CUDA_HOME}/bin:${PATH}"
4949
ENV LD_LIBRARY_PATH="${CUDA_HOME}/lib64:${CUDA_HOME}/lib64/stubs/:${CUDA_HOME}/extras/CUPTI/lib64:${LD_LIBRARY_PATH}"
5050
RUN microdnf install -y \
51-
cuda-nvcc-12-4 cuda-nvtx-12-4 cuda-libraries-devel-12-4 && \
51+
cuda-nvcc-12-8 cuda-nvtx-12-8 cuda-libraries-devel-12-8 && \
5252
microdnf clean all && \
5353
ln -s ${CUDA_HOME}/lib64/stubs/libcuda.so /usr/lib64/
5454

0 commit comments

Comments
 (0)