diff --git a/bob/devtools/data/gitlab-ci/single-package.yaml b/bob/devtools/data/gitlab-ci/single-package.yaml index cae4b95f1758ba2ac31c2b0e17169fc162e1a162..be68226796ab9a47a8ec4f50dc88dcaf81c34460 100644 --- a/bob/devtools/data/gitlab-ci/single-package.yaml +++ b/bob/devtools/data/gitlab-ci/single-package.yaml @@ -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}}