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

Build a docker image for ensemblemerge #63

Open
gongx030 opened this issue Dec 23, 2022 · 0 comments
Open

Build a docker image for ensemblemerge #63

gongx030 opened this issue Dec 23, 2022 · 0 comments
Labels

Comments

@gongx030
Copy link
Owner

gongx030 commented Dec 23, 2022

tagname: 2.1.24

Build docker image:

docker build -t ensemblemerge:2.1.24 .
docker tag ensemblemerge:2.1.24 gongx030/ensemblemerge:2.1.24
docker push gongx030/ensemblemerge:2.1.24

On MSI, pulling images from docker hub. This step takes ~1 hour on MSI.

module load singularity
singularity pull ensemblemerge.sif docker://gongx030/ensemblemerge:2.1.24
singularity run ensemblemerge.sif

On non-MSI computer, start a docker image:

docker run -it -v $(pwd):/project -w /project gongx030/ensemblemerge:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant