Skip to content

Commit

Permalink
Colab bug fix: missing folder path for req file
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau authored Feb 14, 2024
1 parent 35076ae commit 1fc021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
" !sudo apt-get install git-annex\n",
"\n",
" # Install Python libaries\n",
" !wget -O requirements.txt https://raw.githubusercontent.com/shimming-toolbox/rf-shimming-7t/main/requirements.txt\n",
" !wget -O requirements.txt https://raw.githubusercontent.com/shimming-toolbox/rf-shimming-7t/main/binder/requirements.txt\n",
" !pip install -r requirements.txt\n",
"\n",
" # Install SCT ⏳\n",
Expand Down

0 comments on commit 1fc021c

Please sign in to comment.