Skip to content

Commit

Permalink
Dockerfile.ubi: use cuda 12.1 instead of 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Aug 13, 2024
1 parent 75f32d8 commit 0703e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -Lo /etc/yum.repos.d/cuda-rhel9.repo \
https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo

RUN microdnf install -y \
cuda-nvcc-12-4 cuda-nvtx-12-4 cuda-libraries-devel-12-4 && \
cuda-nvcc-12-1 cuda-nvtx-12-1 cuda-libraries-devel-12-1 && \
microdnf clean all

ENV CUDA_HOME="/usr/local/cuda" \
Expand Down

0 comments on commit 0703e45

Please sign in to comment.