Hi Benjamin
Let me clarify: NEST 3 does not exist yet. This NEST Docker Image contains a NEST version created from the latest sources of NEST (The newest updates were taken over a few minutes ago). Thus it offers only a first preview of the coming NEST 3.
Best
Steffen
Am 04.06.20 um 12:25 schrieb Steffen Graber:
Hi Benjamin
you can use the official NEST Docker images. Follow the installation instructions here:
https://nest-simulator.readthedocs.io/en/stable/installation/index.html
For NEST3:
docker pull nestsim/nest:3.0 docker run --rm -it -e LOCAL_USER_ID=`id -u $USER` -v
$(pwd):/opt/data -p 8080:8080 nestsim/nest:3.0 /bin/bash
or with jupyter notebook: docker run --rm -e LOCAL_USER_ID=`id -u $USER` -v $(pwd):/opt/data
-p 8080:8080 nestsim/nest:3.0 notebook
It would be nice to get a feedback if the docker image could help you.
Best
Steffen
Am 04.06.20 um 11:55 schrieb Benjamin Staude:
Hi NEST users,
Does anyone know if there is a Docker container available that has NEST3 and the MUSIC interface installed?
Best regards, Benjamin
Dr. Benjamin Staude | Paul-Lincke-Ufer 7 | 10999 Berlin | benjamin.staude@gmail.com _______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org
NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org