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

refactor Dockerfile #1809

Open
wants to merge 1 commit into
base: release/113
Choose a base branch
from

Conversation

SimonDMurray
Copy link

Dear Ensembl,

Recently while working on an internal project at my work, I had to refactor our VEP Dockerfile which is based on your provided Dockerfile.

So I thought I would share those changes with you and you can see if you want to use them or not!

Essentially I tried to extract all the different commands from various scripts used by this Dockerfile into the Dockerfile itself, I also attempted to pin down versions of every package and refactor the large, complex RUN block used in the builder image.

Please note:
I did not set up the USER or permissions for that USER.
I specify the fully list of plugins to install rather than using all as the gwava plugin has an problems (link to issue in comment).

Feel free to disregard!

Thanks,
Simon

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 this pull request may close these issues.

1 participant