Skip to content

Commit

Permalink
fix: use miniforge since mambaforge is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Jan 15, 2025
1 parent d03a39c commit a9e711c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurodocker/cli/minify/_trace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ function install_missing_dependencies() {


function install_conda_reprozip() {
TMP_CONDA_INSTALLER=/tmp/miniconda.sh
TMP_CONDA_INSTALLER=/tmp/miniforge.sh
ls /tmp
curl -sSL -o "$TMP_CONDA_INSTALLER" "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
curl -sSL -o "$TMP_CONDA_INSTALLER" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash $TMP_CONDA_INSTALLER -b -f -p $REPROZIP_CONDA
rm -f $TMP_CONDA_INSTALLER
${REPROZIP_CONDA}/bin/mamba install -c conda-forge -y reprozip
Expand Down

0 comments on commit a9e711c

Please sign in to comment.