The CompNeuro container image includes commonly used neuron modelling and simulation tools
- Dockerfile 100%
| Dockerfile | ||
| README.md | ||
CompNeuro Fedora container image
This container image includes the same set of neuronal modelling and simulation packages included in the CompNeuro Fedora lab image:
- bionetgen
- calcium-calculator
- COPASI
- genesis-simulator
- moose
- python3-brian2
- python3-nest
- python3-netpyne
- python3-neuron
- python3-PyLEMS
- smoldyn
For more information, please refer to the NeuroFedora documentation at https://neuro.fedoraproject.org.
The container can be pulled and run using either Podman or Docker:
$ podman pull registry.fedoraproject.org/compneuro:latest
$ podman run -it <image name>
This will give you a terminal that you can use. You can use this image as a base image to build other images that include your simulation and other sources to share/distribute.