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 image for tools #38

Open
barthanssens opened this issue Jul 15, 2019 · 0 comments
Open

Docker image for tools #38

barthanssens opened this issue Jul 15, 2019 · 0 comments
Assignees

Comments

@barthanssens
Copy link
Collaborator

barthanssens commented Jul 15, 2019

Create a docker image for all the BeST python tools (not the pelias) + dependencies like pandas and other required libraries.

Challenge: make it as small as possible, e.g. starting from the official Python docker image 3.7.4-alpine3.10.

One probably has to add gcc, makefile etc... but they should be removed afterwards, in the same RUN command (see also https://developers.redhat.com/blog/2016/03/09/more-about-docker-images-size/)

Downloading and file processing should be done outside the docker container (i.e. add VOLUME so the docker guest can mount a directory on the docker host)

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

No branches or pull requests

2 participants