Skip to content

Commit df11794

Browse files
committed
update CUDA=12.9
1 parent 70658c8 commit df11794

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
@@ -16,6 +16,13 @@ jobs:
1616
python-version: "3.12"
1717
environment-file: environment.yml
1818
activate-environment: quantecon
19+
- name: Install CUDA and CUDANN
20+
shell: bash -l {0}
21+
run: |
22+
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
23+
sudo dpkg -i cuda-keyring_1.1-1_all.deb
24+
sudo apt-get update
25+
sudo apt-get -y install cuda-toolkit-12-9
1926
- name: Install jax (and install checks for GPU)
2027
shell: bash -l {0}
2128
run: |

0 commit comments

Comments
 (0)