File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33#
44
55FROM 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
910ENV LANG=C.UTF-8
1011
1112RUN 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
2627RUN python3 -m venv $VENV && python3 -m venv --system-site-packages $VENV
2728
2829RUN $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
3031RUN $VENV/bin/pip3 install --upgrade nose ipython
You can’t perform that action at this time.
0 commit comments