Skip to content
Snippets Groups Projects
Commit 7986864c authored by calrama's avatar calrama
Browse files

centos-7: Add cuDNN

parent 0cf071d3
Branches
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ RUN yum install -y dkms && \
cd /tmp && \
rpm -ivh https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-10.1.243-1.x86_64.rpm && \
yum install -y cuda-10-1 && \
rpm -ivh http://developer.download.nvidia.com/compute/machine-learning/repos/rhel7/x86_64/nvidia-machine-learning-repo-rhel7-1.0.0-1.x86_64.rpm && \
yum install -y libcudnn7-devel-7.6.5.32-1.cuda10.1 && \
yum clean all
# FFmpeg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment