Skip to content
Snippets Groups Projects
Commit e62f09d6 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : changed cuda toolkit version + debug prints

parent 2a4df30b
No related branches found
No related tags found
2 merge requests!38version 0.3.0,!19feat : release_pip
......@@ -58,11 +58,16 @@ before-build = [
"yum repolist -v",
"yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo",
"yum clean all",
"echo '\n\n\n\n yum -y install cuda-toolkit-11-8.x86_64'",
"yum -y install cuda-toolkit-11-8.x86_64",
"nvidia-smi",
"echo '\n\n\n\n yum -y install cuda-toolkit-12-5.x86_64'",
"yum -y install cuda-toolkit-12-5.x86_64",
"ls -al /usr/local",
"export PATH=$PATH:/usr/local/cuda/bin",
"nvcc --version",
"echo ''",
"echo ''",
"echo 'Installing required dependencies for aidge_backend_cuda.'",
"echo ''",
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
]
before-test = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment