We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67a323 commit f6900b2Copy full SHA for f6900b2
1 file changed
data-science-stack
@@ -9,7 +9,7 @@ NOTEBOOKS_VERSION=21.06
9
MIN_DRIVER=525.78
10
MIN_CUDA=11.2.152
11
MIN_DOCKER=20.10.23
12
-MIN_CONDA=22.11.1
+MIN_CONDA=22.11.1-1
13
14
SCRIPT_NAME=$(basename $0)
15
RUNFROM=$(dirname $(readlink -f $0))
@@ -599,7 +599,7 @@ install_miniconda () {
599
600
curl https://repo.anaconda.com/miniconda/Miniconda3-py37_$MIN_CONDA-Linux-x86_64.sh -o miniconda.sh
601
chmod +x miniconda.sh
602
- ./miniconda.sh -bf -p ${CONDA_ROOT} # Use the existing Conda
+ /usr/bin/bash ./miniconda.sh -bf -p ${CONDA_ROOT} # Use the existing Conda
603
rm -f ./miniconda.sh
604
605
echo "export PATH=${CONDA_ROOT}/bin:\$PATH # DATA-SCIENCE-STACK-ADDED" >> ${HOME}/.bashrc
0 commit comments