Skip to content
Snippets Groups Projects
Commit a32866d3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

simpler cuda install command

parent 4e6d350f
Branches
Tags
No related merge requests found
Pipeline #29760 passed
......@@ -37,8 +37,7 @@ stages:
<<: *build_job
before_script:
- yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
- wget https://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-10.1.105-1.x86_64.rpm
- rpm -i cuda-repo-rhel6-10.1.105-1.x86_64.rpm
- yum install -y https://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-10.1.105-1.x86_64.rpm
- yum clean all
- yum install -y cuda
- export PATH=/usr/local/cuda-10.1/bin${PATH:+:${PATH}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment