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

nvidia-docker is deprecated #1

Open
rajatjain1997 opened this issue Dec 21, 2019 · 0 comments
Open

nvidia-docker is deprecated #1

rajatjain1997 opened this issue Dec 21, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@rajatjain1997
Copy link
Owner

aima-docker supports both CPUs and GPUs for its machine learning libraries. However, nvidia-docker: NVidia's GPU runtime environment for docker. In its place, docker has released the new --gpus command line flag in docker run to allow for GPU access in docker.

All calls to nvidia-docker need to be replaced with docker run --gpus after relevant checks.

@rajatjain1997 rajatjain1997 added the good first issue Good for newcomers label Dec 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant