Skip to content

Commit 912fd16

Browse files
committed
Merge branch 'test_pynn011' into test_pynn012
2 parents 02d7928 + 1b41d4e commit 912fd16

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

base/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
#
44

55
FROM neurodebian:jammy
6-
6+
LABEL org.opencontainers.image.authors="[email protected],[email protected]"
7+
LABEL org.opencontainers.image.description="A base Docker image for Python-based computational neuroscience and neurophysiology"
78

8-
ENV DEBIAN_FRONTEND noninteractive
9+
ENV DEBIAN_FRONTEND=noninteractive
910
ENV LANG=C.UTF-8
1011

1112
RUN apt-get update; apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
@@ -26,5 +27,5 @@ ENV VENV=$HOME/env/neurosci
2627
RUN python3 -m venv $VENV && python3 -m venv --system-site-packages $VENV
2728

2829
RUN $VENV/bin/pip3 install --upgrade pip
29-
RUN $VENV/bin/pip3 install parameters quantities neo django==1.8.19 django-tagging future hgapi gitpython sumatra nixio
30+
RUN $VENV/bin/pip3 install parameters quantities neo django-tagging future hgapi gitpython sumatra nixio
3031
RUN $VENV/bin/pip3 install --upgrade nose ipython

0 commit comments

Comments
 (0)