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 6307925 commit 737007bCopy full SHA for 737007b
.github/workflows/tests.yml
@@ -23,6 +23,13 @@ jobs:
23
steps:
24
- uses: actions/checkout@v3
25
26
+ - name: Set CUDA environment variables
27
+ run: |
28
+ echo "export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:\$LD_LIBRARY_PATH" >> ~/.bashrc
29
+ echo "export CUDA_HOME=/usr/local/cuda" >> ~/.bashrc
30
+ source ~/.bashrc
31
+ shell: bash -e {0}
32
+
33
- name: Install dependencies
34
run: |
35
/opt/environments/python/jupyter/bin/python -m pip install --upgrade pip
0 commit comments