From e62f09d6ffaf3193e238de61d2f04825f199cc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Fri, 23 Aug 2024 10:40:09 +0200 Subject: [PATCH] chore : changed cuda toolkit version + debug prints --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 018dde3..1559764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ -- GitLab