Skip to content

Commit 7adb880

Browse files
committed
Fix nbpapaya install for jupyter notebook tutorial.
1 parent 8ea243a commit 7adb880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/Dockerfile.mindboggle.complete

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ RUN conda install -y flask && \
8484
git clone https://github.com/akeshavan/nbpapaya && \
8585
cd /opt/nbpapaya && \
8686
git checkout 60119b6e1de651f250af26a3541d9cb18e971526 && \
87+
git submodule update --init --recursive && \
8788
python setup.py install && \
8889
rm -rf /opt/roygbiv /opt/nbpapaya
8990

0 commit comments

Comments
 (0)