Skip to content

Commit 3bb10c9

Browse files
Fix git checkout
1 parent ceee653 commit 3bb10c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ RUN cd $HOME/work;\
6565
repo2data; \
6666
python -m sos_notebook.install;\
6767
git clone https://github.com/qMRLab/t1_book_update.git; \
68-
git checkout neurolibre; \
6968
cd t1_book_update;\
69+
git checkout neurolibre; \
7070
git clone https://github.com/neuropoly/qMRLab.git; \
7171
cd qMRLab; \
7272
git checkout 0e97155a6e310911e575ebd8f8870e5f2988a82b; \

0 commit comments

Comments
 (0)