We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea243a commit 7adb880Copy full SHA for 7adb880
install/Dockerfile.mindboggle.complete
@@ -84,6 +84,7 @@ RUN conda install -y flask && \
84
git clone https://github.com/akeshavan/nbpapaya && \
85
cd /opt/nbpapaya && \
86
git checkout 60119b6e1de651f250af26a3541d9cb18e971526 && \
87
+ git submodule update --init --recursive && \
88
python setup.py install && \
89
rm -rf /opt/roygbiv /opt/nbpapaya
90
0 commit comments