Skip to content

Commit 1d98e48

Browse files
committed
Added cudatoolkit to install for nvcc
1 parent 164368e commit 1d98e48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conda.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
conda update -y conda
44
conda update -y --all
55
conda env update --file environment.yml
6+
if [ `which nvcc | wc -l` -lt "1" ]; then
7+
conda install -y -c conda-forge cudatoolkit-dev
8+
fi
69
#conda install -y -c conda-forge numpy scipy numba pandas flake8 flake8-docstrings black pytest-cov
710
#conda install -y -c conda-forge dask distributed

0 commit comments

Comments
 (0)