Skip to content

Commit ca5f1b0

Browse files
committed
install nvidia-driver in build_wheels_linux
1 parent 2ed7f84 commit ca5f1b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
# When building RC, set the version to be the current candidate version,
185185
# otherwise, leave it alone so nightly will pick up the latest
186186
echo "PYTORCH_VERSION=${{ matrix.stable_version }}" >> "${GITHUB_ENV}"
187+
- name: Install nvidia driver
188+
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
187189
- uses: ./test-infra/.github/actions/setup-binary-builds
188190
env:
189191
PLATFORM: ${{ inputs.architecture == 'aarch64' && 'linux-aarch64' || ''}}

0 commit comments

Comments
 (0)