diff --git a/binder/postBuild b/binder/postBuild index 0ece282..7f3c6bd 100755 --- a/binder/postBuild +++ b/binder/postBuild @@ -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 @@ -22,4 +22,4 @@ echo 'export MPLBACKEND='Agg'' >> ~/.bash_login echo 'export PATH=~/content/sct/bin:$PATH' >> ~/.profile echo 'export MPLBACKEND='Agg'' >> ~/.profile -cd ~/ \ No newline at end of file +cd ~/