nest / nest-docker

Build scripts for the docker container with NEST simulator and services
https://nest-simulator.org/
GNU General Public License v2.0
3 stars 7 forks source link

Sarus compliant Dockerfile and entrypoint created #66

Closed ChristopherBignamini closed 3 years ago

ChristopherBignamini commented 3 years ago

The Dockerfile and entrypoint file of the original latest folder have been modified in order to build a Sarus compliant image that could be executed on PizDaint. The main difference wrt the original Dockerfile and entrypoint file is represented by the adoption of MPICH and by some operations performed in the entrypoint file, that have been moved to the Dockerfile.

jougs commented 3 years ago

@steffengraber: I leave the pleasure of merging to you, also in case you have to perform additional steps after doing so.

jougs commented 3 years ago

@steffengraber: ping!

steffengraber commented 3 years ago

@ChristopherBignamini @jougs There is now an image in the ebrains registry. You can use it with:

docker pull docker-registry.ebrains.eu/nest/nest-simulator:latest_daint

Let me know if there are any problems with it.