Skip to content

Commit 75e7e9e

Browse files
CONDA_OVERRIDE_CUDA
1 parent f409134 commit 75e7e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create Conda environment with GPU support
4747
shell: bash -el {0}
4848
run: |
49-
conda create --override-channels --channel conda-forge --channel bioconda -n dfpl deepfplearn tensorflow-gpu
49+
CONDA_OVERRIDE_CUDA="12.0" conda create --override-channels --channel conda-forge --channel bioconda -n dfpl deepfplearn tensorflow-gpu
5050
conda activate dfpl
5151
dfpl --help
5252
conda deactivate

0 commit comments

Comments
 (0)