Skip to content

Commit 208ded2

Browse files
committed
upgrade CUDANN to 9.10.2
1 parent cdacdf8 commit 208ded2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ jobs:
77
- uses: actions/checkout@v4
88
with:
99
ref: ${{ github.event.pull_request.head.sha }}
10+
- name: Upgrade CUDANN
11+
shell: bash -l {0}
12+
run: |
13+
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
14+
sudo dpkg -i cuda-keyring_1.1-1_all.deb
15+
sudo apt-get update
16+
sudo apt-get -y install cudnn-cuda-12
1017
- name: Setup Anaconda
1118
uses: conda-incubator/setup-miniconda@v3
1219
with:

0 commit comments

Comments
 (0)