Skip to content

Commit

Permalink
Fix data path
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Feb 8, 2024
1 parent eb09963 commit a739e33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/data_requirement.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src": "https://github.com/shimming-toolbox/rf-shimming-7t-neurolibre/releases/download/v1/ds004906.zip",
"dst": "../",
"projectName": "data"
"dst": "../data",
"projectName": "rf-shimming-7t"
}
3 changes: 3 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
set -e

touch ~/.bashrc

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

git clone https://github.com/spinalcordtoolbox/spinalcordtoolbox ~/content/sct
cd ~/content/sct
yes | ./install_sct

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

Expand Down

0 comments on commit a739e33

Please sign in to comment.