Skip to content

Commit 5e4a53c

Browse files
change miniconda installer to miniforge
Co-authored-by: Dheshan Mohandass <dmohandass@mgh.harvard.edu>
1 parent a12524d commit 5e4a53c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Singularity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ From: redhat/ubi9:9.5-1738643550
2424
rm -rf /var/cache/yum
2525

2626
REPO=multi-shell-dMRIharmonization
27-
git clone --single-branch --branch containers https://github.com/pnlbwh/$REPO.git
27+
git clone --single-branch --branch master https://github.com/pnlbwh/$REPO.git
2828

2929
# conda environment
30-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
31-
bash Miniconda3-latest-Linux-x86_64.sh -b -p miniconda3
30+
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
31+
bash Miniforge3-Linux-x86_64.sh -b -p miniconda3
3232
source miniconda3/bin/activate
3333
conda create -y -n harmonization -c conda-forge --override-channels python=3.8
3434
conda activate harmonization

0 commit comments

Comments
 (0)