-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dockerfile #11
Comments
ok, may be that one is also kind of deprecated, but I have spent the day (obviously thought it would take me 15'...) to come up with a build script for a Singularity container. Instructions:
Comments:
|
just so that I do not loose that link: |
Thanks! I am not an expert at Singularity, and this is definitely very useful :-) Did you try this one at CC-IN2P3 for example? I will also push the Dockerfile asap, and come back to the singularity file to see if one needs additional installation. I remember one useful thing I used was the possibility to mount volumes with Docker (so that if you save things on the container, it is also saved in the host machine). This is done at runtime with Docker, e.g. # mount $PWD host at /home/jovyan/work in the container
docker run -it --rm -v $PWD:/home/jovyan/work:rw [etc] What would be the equivalent for Singularity? |
I tried to run a shell in the container at CC and it works.
Singularity automatically mounts the user $HOME by default. |
@JulienPeloton I have created #19 with just adding the Singularity file to start with. |
No description provided.
The text was updated successfully, but these errors were encountered: