We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a649420 commit b9ce069Copy full SHA for b9ce069
osb/generateAll.sh
@@ -0,0 +1,16 @@
1
+set -e
2
+
3
+cd ../base
4
+./generate.sh
5
6
+cd ../simulation
7
8
9
+cd ../simulationx
10
11
12
13
+cd ../osb
14
15
16
simulation/Dockerfile
@@ -17,6 +17,7 @@ ENV BRIAN2_VER=2.9.0
17
ENV PYNN_VER=0.12.4
18
19
RUN $VENV/bin/pip install scipy tables pythran pandas numexpr matplotlib --upgrade
20
+RUN $VENV/bin/pip install "cython<3.1.0"
21
22
#### Install NEST
23
0 commit comments