We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70658c8 commit df11794Copy full SHA for df11794
.github/workflows/ci.yml
@@ -16,6 +16,13 @@ jobs:
16
python-version: "3.12"
17
environment-file: environment.yml
18
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
26
- name: Install jax (and install checks for GPU)
27
shell: bash -l {0}
28
run: |
0 commit comments