Docker
Our containers are automatically built in the neurocontainers repository and hosted on Docker Hub and on GitHub.
Pull Docker containers
Section titled “Pull Docker containers”For example, for a Julia container:
docker pull vnmd/julia_1.6.1You can also build Singularity images straight from Docker Hub:
singularity build julia_1.6.1.simg docker://vnmd/julia_1.6.1Replace julia_1.6.1 with your selected application. The full list of available containers is at neurodesk.org/applications.