File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v4
12
12
with :
13
13
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
14
21
- name : Setup Anaconda
15
22
uses : conda-incubator/setup-miniconda@v3
16
23
with :
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : Checkout
12
12
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
13
20
- name : Setup Anaconda
14
21
uses : conda-incubator/setup-miniconda@v3
15
22
with :
You can’t perform that action at this time.
0 commit comments