Sign inSign up

briansimulator/brian

By briansimulator

Updated 10 months ago

Docker images for releases of Brian - a free, open source simulator for spiking neural networks.

Image
0

2.0K

briansimulator/brian repository overview

Brian Docker Images

To run the docker image, you can use:

docker run -it --init -p 8888:8888 briansimulator/brian

This will start a JupyterLab instance inside the container, which you can access from your local browser via the last link printed to the terminal (http://127.0.0.1:8888/lab?token=...)

Or if you prefer a simple bash terminal rather than JupyterLab:

docker run -it --init briansimulator/brian /bin/bash

Or to run the tests:

docker run -it --init --rm briansimulator/brian python -c 'import brian2; brian2.test(test_standalone="cpp_standalone")'

Tag summary

Content type

Image

Digest

sha256:05b382f4e

Size

356.7 MB

Last updated

10 months ago

docker pull briansimulator/brian