Skip to content

Commit 8cd4d48

Browse files
mmckyjstac
andauthored
MAINT: upgrade cache and publish workflows with CUDANN upgrade (#220)
* misc * @mmcky edits * enable dropdown * upgrade CUDANN to 9.10.2 * MAINT: upgrade cache and publish workflows with CUDANN upgrade --------- Co-authored-by: John Stachurski <john.stachurski@gmail.com>
1 parent 3021391 commit 8cd4d48

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/cache.yml

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

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13+
- name: Upgrade CUDANN
14+
shell: bash -l {0}
15+
run: |
16+
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
17+
sudo dpkg -i cuda-keyring_1.1-1_all.deb
18+
sudo apt-get update
19+
sudo apt-get -y install cudnn-cuda-12
1320
- name: Setup Anaconda
1421
uses: conda-incubator/setup-miniconda@v3
1522
with:

0 commit comments

Comments
 (0)