Docker
Neurodesk Docker containers
Our containers are automatically built in https://github.com/NeuroDesk/neurocontainers/ and hosted on dockerhub or on github
Pull Docker containers
e.g. for a julia container docker
docker pull vnmd/julia_1.6.1
build singularity image from dockerhub
singularity build julia_1.6.1.simg docker://vnmd/julia_1.6.1
Replace julia_1.6.1
with your selected application. You can find the available containers here: https://www.neurodesk.org/applications/
Last modified March 30, 2022: Switch to www domain (fc17a38d)