-
Notifications
You must be signed in to change notification settings - Fork 71
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
Docker and Apptainer containers ? #262
Comments
I placed everything here : https://github.com/Nitnelav/eqasim-container We can put it in eqasim-org if you want. |
Hi, really nice, I'll try to find some time to look into that. Is this publicly accessible, one does not need to configure some token in an awkward way like for the github-hosted maven repositories? Could also be worth a quick presentation for the workshop :) |
Oh yes it's available everywhere, as in : docker run --rm -it \
--mount type=bind,src=/tmp,target=/usr/local/eqasim \
--mount type=bind,src=/tmp,target=/usr/local/eqasim-data \
ghcr.io/nitnelav/eqasim-container:main /bin/bash -l -c "cd /usr/local/eqasim && python -m synpp" |
And yea I could present it at the workshop. It won't need a full 15min though :) |
Hello Team Eqasim !
I have been trying to run eqasim through an Apptainer (ex-Singularity ) container on a HPC server. So far it seems to work.
I also have a Dockerfile.
The text was updated successfully, but these errors were encountered: