Skip to content

Commit

Permalink
install libcudnn8 for cuda 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 5, 2023
1 parent e2fbc8e commit 5d4c6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Ubuntu packages
run: |
apt-get update -y
apt-get install -y build-essential protobuf-compiler git lsb-release libcudnn8
apt-get install -y build-essential protobuf-compiler git lsb-release 'libcudnn8=*cuda11.8'
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5d4c6e7

Please sign in to comment.