Skip to content
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

Open
Nitnelav opened this issue Sep 30, 2024 · 4 comments · May be fixed by #274
Open

Docker and Apptainer containers ? #262

Nitnelav opened this issue Sep 30, 2024 · 4 comments · May be fixed by #274

Comments

@Nitnelav
Copy link
Collaborator

Nitnelav commented Sep 30, 2024

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.

@Nitnelav
Copy link
Collaborator Author

Nitnelav commented Oct 1, 2024

I placed everything here : https://github.com/Nitnelav/eqasim-container

We can put it in eqasim-org if you want.

@sebhoerl
Copy link
Contributor

sebhoerl commented Oct 2, 2024

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 :)

@Nitnelav
Copy link
Collaborator Author

Nitnelav commented Oct 2, 2024

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"

@Nitnelav
Copy link
Collaborator Author

Nitnelav commented Oct 2, 2024

And yea I could present it at the workshop. It won't need a full 15min though :)

@Nitnelav Nitnelav linked a pull request Nov 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants