The CompNeuro container image includes commonly used neuron modelling and simulation tools
  • Dockerfile 100%
Find a file
Ankur Sinha (Ankur Sinha Gmail) 6eaf484f39
feat: add description tag to try and fix build
Currently fails with "malformed task" but not enough information on
what's wrong:

https://koji.fedoraproject.org/koji/taskinfo?taskID=69770521
2021-06-10 14:06:49 +01:00
Dockerfile feat: add description tag to try and fix build 2021-06-10 14:06:49 +01:00
README.md Initial commit 2021-01-20 19:35:43 +00:00
sources Initial commit 2021-01-20 19:35:43 +00:00

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.