File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV LANG=C.UTF-8
1111
1212RUN apt-get update
1313RUN apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
14- wget python3 libpython3-dev libncurses5-dev libreadline-dev libgsl0-dev cython3 \
14+ wget python3 libpython3-dev libncurses5-dev libreadline-dev libgsl0-dev \
1515 ipython3 \
1616 subversion python3-venv python3-mpi4py cmake zlib1g-dev
1717
Original file line number Diff line number Diff line change 1+ set -e
2+
3+ cd ../base
4+ ./generate.sh
5+
6+ cd ../simulation
7+ ./generate.sh
8+
9+ cd ../simulationx
10+
11+ ./generate.sh
12+
13+ cd ../osb
14+
15+ ./generate.sh
16+
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ENV BRIAN2_VER=2.9.0
1717ENV PYNN_VER=0.12.4
1818
1919RUN $VENV/bin/pip install scipy tables pythran pandas numexpr matplotlib --upgrade
20+ RUN $VENV/bin/pip install "cython<3.1.0"
2021
2122# ### Install NEST
2223
You can’t perform that action at this time.
0 commit comments