Skip to content

Commit

Permalink
Download micromamba from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage authored and tazlin committed Apr 18, 2024
1 parent a7e5344 commit 8e67fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ done

CONDA_ENVIRONMENT_FILE=environment.yaml

wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
wget -qO- https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64.tar.bz2 | tar -xvj bin/micromamba
if [ ! -f "conda/envs/linux/bin/python" ]; then
bin/micromamba create --no-shortcuts -r conda -n linux -f ${CONDA_ENVIRONMENT_FILE} -y
fi
Expand Down

0 comments on commit 8e67fda

Please sign in to comment.