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 aac34e1 commit e0a4d22Copy full SHA for e0a4d22
conda.sh
@@ -3,7 +3,7 @@
3
conda update -y conda
4
conda update -y --all
5
conda env update --file environment.yml
6
-if [ `which nvcc | wc -l` -lt "1" ]; then
+if [[ `uname` == "Linux" && `which nvcc | wc -l` -lt "1" ]]; then
7
conda install -y -c conda-forge cudatoolkit-dev
8
fi
9
#conda install -y -c conda-forge numpy scipy numba pandas flake8 flake8-docstrings black pytest-cov
0 commit comments