Skip to content

Commit

Permalink
match the version on the node
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengping Hu committed Oct 11, 2023
1 parent eb917de commit 57e9bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN yum install -y https://developer.download.nvidia.com/compute/cuda/repos/rhel
RUN rpm --import http://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/7fa2af80.pub
RUN rpm --import http://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/D42D0685.pub
# These match the NVIDIA settings on the AF as of Oct 2023
RUN yum install -y nvidia-driver-branch-535
RUN yum localinstall -y https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/nvidia-driver-branch-535-535.86.10-1.el7.x86_64.rpm
RUN yum install -y cuda-12-2

RUN yum install --enablerepo=osg-upcoming -y condor
Expand Down

0 comments on commit 57e9bf9

Please sign in to comment.