Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau authored Sep 19, 2024
1 parent 2093835 commit eb41f83
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions algos/ads_3/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ git clone https://github.com/axondeepseg/axondeepseg.git ads_v3

cd ads_v3

git checkout 45e7da0
git checkout ads_v3_ci

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p miniconda
echo ". miniconda/etc/profile.d/conda.sh" >> ~/.bashrc
source ~/.bashrc

miniconda/bin/conda env create -f environment.yml -n ads_v3
conda env create -f environment.yml -n ads_v3

source activate miniconda/envs/ads_v3

Expand Down

0 comments on commit eb41f83

Please sign in to comment.