Skip to content

Commit

Permalink
Roll back to NEURON 7.4, problems building 7.5 in the Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jan 4, 2018
1 parent a147914 commit aebb1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM neuralensemble/base
MAINTAINER [email protected]

ENV NEST_VER=2.14.0 NRN_VER=7.5
ENV NEST_VER=2.14.0 NRN_VER=7.4
ENV NEST=nest-$NEST_VER NRN=nrn-$NRN_VER
ENV PATH=$PATH:$VENV/bin
RUN ln -s /usr/bin/2to3-3.4 $VENV/bin/2to3
Expand Down

0 comments on commit aebb1f3

Please sign in to comment.