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 f409134 commit 75e7e9eCopy full SHA for 75e7e9e
.github/workflows/install.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Create Conda environment with GPU support
47
shell: bash -el {0}
48
run: |
49
- conda create --override-channels --channel conda-forge --channel bioconda -n dfpl deepfplearn tensorflow-gpu
+ CONDA_OVERRIDE_CUDA="12.0" conda create --override-channels --channel conda-forge --channel bioconda -n dfpl deepfplearn tensorflow-gpu
50
conda activate dfpl
51
dfpl --help
52
conda deactivate
0 commit comments