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 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments