Skip to content

Commit

Permalink
Comment out repo2data in postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu authored Feb 16, 2024
1 parent 3116b16 commit 47f08c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e

touch ~/.bashrc

cd content
repo2data -r ../binder/data_requirement.json
cd ..
#cd content
#repo2data -r ../binder/data_requirement.json
#cd ..

git clone https://github.com/spinalcordtoolbox/spinalcordtoolbox ~/content/sct
cd ~/content/sct
Expand All @@ -22,4 +22,4 @@ echo 'export MPLBACKEND='Agg'' >> ~/.bash_login

echo 'export PATH=~/content/sct/bin:$PATH' >> ~/.profile
echo 'export MPLBACKEND='Agg'' >> ~/.profile
cd ~/
cd ~/

0 comments on commit 47f08c4

Please sign in to comment.