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 5e3bf81 commit e82b872Copy full SHA for e82b872
Dockerfile
@@ -76,6 +76,8 @@ RUN sudo pip install neuron==7.8.1
76
# See https://github.com/openworm/OpenWorm/pull/316
77
RUN sudo pip install 'gitpython==2.1.15' markupsafe
78
79
+RUN sudo pip install 'NeuroMLlite<0.5.0' # for python 3.6...
80
+
81
RUN git clone https://github.com/openworm/c302.git && \
82
cd c302 && \
83
git checkout ow-0.9.2 && \
0 commit comments