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-slim removing cuda which is required for GPU computation #102

Open
abhiksark opened this issue Dec 11, 2019 · 2 comments
Open

docker-slim removing cuda which is required for GPU computation #102

abhiksark opened this issue Dec 11, 2019 · 2 comments

Comments

@abhiksark
Copy link

No description provided.

@kcq
Copy link
Member

kcq commented Dec 11, 2019

Depending on your app container you might want to include additional artifacts on top of what's already included by docker-slim. There's a number of build flags you can leverage for it: --include-path, --include-path-file, --include-exe, --include-bin.

Do you mind sharing what you have in your container and how your application is setup (e.g., what's the entrypoint/cmd you use there, how do you init your app?).

@Phantomape
Copy link

I tried using docker slim on nvidia runtime docker and it does remove CUDA. Can easily repro via docker-slim build —http-probe=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants