You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL org.opencontainers.image.description="A Docker image for running neuronal models from Open Source Brain. This image extends the basic simulationx image by adding support for libraries required for OSB models"
13
14
14
15
USER root
15
16
@@ -23,9 +24,9 @@ RUN /bin/bash -c "source ~/env/neurosci/bin/activate"
23
24
#### Set versions
24
25
25
26
# This will set the versions of simulators installed with 'omv install ...'
26
-
ENV OMV_VER=v0.3.3
27
+
ENV OMV_VER=v0.3.8
27
28
28
-
ENV PYNEUROML_VER=1.3.8
29
+
ENV PYNEUROML_VER=1.3.18
29
30
ENV NETPYNE_VER=1.0.6
30
31
# omv install arbor with 0.9.0 throwing 'Illegal instruction'..?
31
32
ENV ARBOR_VER=0.8.1
@@ -38,6 +39,7 @@ RUN $VENV/bin/pip install pyNeuroML==$PYNEUROML_VER # will set versions of libNe
38
39
39
40
# Install OMV
40
41
42
+
RUN $VENV/bin/pip install scipy tables pythran pandas --upgrade
41
43
RUN $VENV/bin/pip install git+https://github.com/OpenSourceBrain/osb-model-validation@${OMV_VER}
42
44
RUN sed -i -e s/'\/usr\/bin\/python'/'\/home\/docker\/env\/neurosci\/bin\/python'/g $VENV/bin/omv
43
45
@@ -109,7 +111,6 @@ USER root
109
111
110
112
RUN which python
111
113
112
-
RUN $VENV/bin/pip install 'numpy<2.0.0' # as there are still some packages not compliant with this
0 commit comments