Skip to content
Snippets Groups Projects
Commit 0cf071d3 authored by calrama's avatar calrama
Browse files

centos-7: misc

parent 2d3837c0
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,7 @@ RUN yum install -y \ ...@@ -52,9 +52,7 @@ RUN yum install -y \
# CUDA # CUDA
RUN yum install -y dkms && \ RUN yum install -y dkms && \
cd /tmp && \ cd /tmp && \
curl -sSLO https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-10.1.243-1.x86_64.rpm && \ rpm -ivh https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-10.1.243-1.x86_64.rpm && \
rpm -i cuda-repo-rhel7-*.rpm && \
rm -f cuda-repo-rhel7-*.rpm && \
yum install -y cuda-10-1 && \ yum install -y cuda-10-1 && \
yum clean all yum clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment