Skip to content

Commit

Permalink
Try pytorch manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Dec 10, 2023
1 parent 5308d34 commit f50b5af
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
binary: x86_64-manylinux2014-rocm5.7
container: rocm/dev-ubuntu-22.04:5.7-complete
apt_dependencies: git pkg-config libssl-dev cmake
container: pytorch/manylinux-rocm:5.7
build_args: --features rocm

env:
Expand All @@ -53,12 +52,6 @@ jobs:
CARGO_INCREMENTAL: 0

steps:
- name: Install dependencies
if: ${{ matrix.apt_dependencies }}
run: |
apt-get update
apt-get install -y ${{ matrix.apt_dependencies }}
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f50b5af

Please sign in to comment.