Skip to content
Snippets Groups Projects
Commit 979d5b18 authored by rdanecek's avatar rdanecek
Browse files

Install mamba automatically in the install script

parent 5845c797
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ fi
echo "Pulling submodules"
bash pull_submodules.sh
echo "Installing mamba"
conda install mamba -n base -c conda-forge
echo "Creating conda environment"
mamba env create python=3.6 --file conda-environment_py36_cu11_ubuntu.yml
eval "$(conda shell.bash hook)" # make sure conda works in the shell script
......
......@@ -7,6 +7,8 @@ fi
echo "Pulling submodules"
bash pull_submodules.sh
echo "Installing mamba"
conda install mamba -n base -c conda-forge
echo "Creating conda environment"
mamba env create python=3.8 --file conda-environment_py38_cu11_ubuntu.yml
eval "$(conda shell.bash hook)" # make sure conda works in the shell script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment