Skip to content

Commit

Permalink
Use pytorch/manylinuxaarch64-builder:cpu-aarch64 docker image (#3560)
Browse files Browse the repository at this point in the history
Summary:
Use pytorch/manylinuxaarch64-builder:cpu-aarch64

Introduced in pytorch/builder#1472

Pull Request resolved: #3560

Reviewed By: mthrok

Differential Revision: D48366572

Pulled By: atalman

fbshipit-source-id: 6de15f81abb09c737e6a1271226259483141e8f4
  • Loading branch information
atalman authored and facebook-github-bot committed Aug 15, 2023
1 parent bf07ea6 commit 126f9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
repository: pytorch/audio
runner: "linux.t4g.2xlarge"
no-sudo: true
docker-image: quay.io/pypa/manylinux2014_aarch64
docker-image: pytorch/manylinuxaarch64-builder:cpu-aarch64
script: |
export FFMPEG_VERSION="${{ matrix.ffmpeg_version }}"
export FFMPEG_ROOT="${PWD}/ffmpeg"
Expand Down

0 comments on commit 126f9f6

Please sign in to comment.