Skip to content

Docker

Our containers are automatically built in the neurocontainers repository and hosted on Docker Hub and on GitHub.

For example, for a Julia container:

Terminal window
docker pull vnmd/julia_1.6.1

You can also build Singularity images straight from Docker Hub:

Terminal window
singularity build julia_1.6.1.simg docker://vnmd/julia_1.6.1

Replace julia_1.6.1 with your selected application. The full list of available containers is at neurodesk.org/applications.