Biological neuronal network simulations with Python
1.8K
The following command starts a container with the bash shell, running as user docker,
in a Python virtual environment named "neurosci"
docker run -i -t neuralensemble/simulation /bin/bash
after which you can run simulations with Python and MPI. This will use Python 3.4 as the Python version; if you'd prefer Python 2.7 use:
docker run -i -t neuralensemble/simulation:py2 /bin/bash
Note that this image does not provide an X11 graphical environment, so GUI tools will not work;
use the neuralensemble/simulationx image if you need X11.
More information on the various images which have been released can be found at: https://hub.docker.com/r/neuralensemble/
For documentation of the simulation tools installed in the image, see http://neuralensemble.org/projects/
Content type
Image
Digest
sha256:b7c83111c…
Size
432.3 MB
Last updated
over 6 years ago
docker pull neuralensemble/simulation