Skip to content

Commit 7d21fa0

Browse files
committed
update before all to match image repo
1 parent 662baa6 commit 7d21fa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
env:
1717
CIBW_BUILD: "cp312-manylinux_x86_64"
1818
CIBW_BEFORE_ALL: >
19-
yum install -y openblas-devel
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
2022
CIBW_BEFORE_BUILD: >
2123
pip install torch==2.3.1+cu121 torchvision -f https://download.pytorch.org/whl/torch_stable.html
2224
&& pip install -r requirements.txt

0 commit comments

Comments
 (0)