Skip to content

Commit

Permalink
install nvidia toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan committed Jul 9, 2024
1 parent 94bcfb0 commit 49063b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Install dependencies
if: "!contains(env.COMMIT_MESSAGE, 'skip ci') && contains(env.COMMIT_MESSAGE, 'ci:execute')"
run: |
sudo apt install nvidia-cuda-toolkit -y
sudo apt-get update && sudo apt install xvfb -y
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
Expand Down

0 comments on commit 49063b8

Please sign in to comment.