File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
CIBW_BUILD : " cp312-manylinux_x86_64"
18
18
CIBW_BEFORE_ALL : >
19
- yum install -y openblas-devel gtest wget yum-utils && wget https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda-repo-rhel7-12-1-local-12.1.1_530.30.02-1.x86_64.rpm && rpm -i cuda-repo-rhel7-12-1-local-12.1.1_530.30.02-1.x86_64.rpm && yum clean all && yum -y install nvidia-driver-latest-dkms && yum -y install cuda
19
+ yum install -y openblas-devel gtest wget yum-utils && wget https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda-repo-rhel7-12-1-local-12.1.1_530.30.02-1.x86_64.rpm && rpm -i cuda-repo-rhel7-12-1-local-12.1.1_530.30.02-1.x86_64.rpm && yum clean all && yum -y install cuda-compiler-12-1 cuda-libraries-12-1 && yum clean all && rm -rf /var/cache/yum && export PATH "$PATH:/usr/local/ cuda-12.1/bin" && export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-12.1/lib64"
20
20
CIBW_BEFORE_BUILD : >
21
21
pip install torch==2.3.1+cu121 torchvision -f https://download.pytorch.org/whl/torch_stable.html
22
22
&& pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments