Skip to content

Commit 8a75987

Browse files
committed
install only blas and gcc
1 parent cda1fc6 commit 8a75987

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-wheels-cuda.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
env:
1717
CIBW_BUILD: "cp312-manylinux_x86_64"
1818
CIBW_BEFORE_ALL: >
19-
sudo apt-get update
20-
&& sudo apt-get install -y libopenblas-dev gcc-9 g++-9
21-
&& sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
19+
sudo apt-get install -y libopenblas-dev gcc-9 g++-9
2220
CIBW_BEFORE_BUILD: >
2321
pip install torch==2.3.1+cu121 torchvision -f https://download.pytorch.org/whl/torch_stable.html
2422
&& pip install -r requirements.txt

0 commit comments

Comments
 (0)