Skip to content

Commit

Permalink
overcoming bug in miniconda installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwshop committed Feb 2, 2023
1 parent b67a323 commit f6900b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-science-stack
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NOTEBOOKS_VERSION=21.06
MIN_DRIVER=525.78
MIN_CUDA=11.2.152
MIN_DOCKER=20.10.23
MIN_CONDA=22.11.1
MIN_CONDA=22.11.1-1

SCRIPT_NAME=$(basename $0)
RUNFROM=$(dirname $(readlink -f $0))
Expand Down Expand Up @@ -599,7 +599,7 @@ install_miniconda () {

curl https://repo.anaconda.com/miniconda/Miniconda3-py37_$MIN_CONDA-Linux-x86_64.sh -o miniconda.sh
chmod +x miniconda.sh
./miniconda.sh -bf -p ${CONDA_ROOT} # Use the existing Conda
/usr/bin/bash ./miniconda.sh -bf -p ${CONDA_ROOT} # Use the existing Conda
rm -f ./miniconda.sh

echo "export PATH=${CONDA_ROOT}/bin:\$PATH # DATA-SCIENCE-STACK-ADDED" >> ${HOME}/.bashrc
Expand Down

0 comments on commit f6900b2

Please sign in to comment.