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

Soliciting ideas to reduce size of Docker image #3

Open
tlkh opened this issue Jan 13, 2019 · 0 comments
Open

Soliciting ideas to reduce size of Docker image #3

tlkh opened this issue Jan 13, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tlkh
Copy link
Owner

tlkh commented Jan 13, 2019

Is your feature request related to a problem? Please describe.

We've already brought down the size of our Docker image from 7GB+ to 5GB+ (this is the compressed image size as reported by Docker Hub) by eliminating redundant file operations, merging layers etc. etc.

However, we're still on the lookout for ideas on how we can make the image smaller.

Describe alternatives you've considered

We based the container on the devel version of the CUDA container, so that adds almost 1GB to the image size. We'd like to take that out, but we need to compile RAPIDS, and we haven't gotten a multi-stage build to work yet.

@tlkh tlkh added enhancement New feature or request help wanted Extra attention is needed labels Jan 13, 2019
@tlkh tlkh self-assigned this Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant