Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

README_Dockerbuild.md

File metadata and controls

22 lines (15 loc) · 594 Bytes

Docker and Singularity

All of the dependencies for movp are provided in a single docker container.

I the container as follows and then push it to dockerhub. Most of the time this is all that is needed

docker build -t iracooke/movp .

On a systems where singularity pull is not working for some readon it might be necessary to manually export as a .sif file.

First on a system with docker

docker save iracooke/movp -o movp.tar

Then copy to a system with singularity installed and then run

singularity build movp.sif docker-archive://movp.tar