-
Notifications
You must be signed in to change notification settings - Fork 15
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 v2? #1
Comments
Above links are broken. I guess it's because |
@rporres indeed, I updated my comment. |
Its requires any changes? The current version was done for bare docker, not even nvidia-docker 1.0 |
using nvidia-docker v2 would simplify the
So what change is required is in fact installing nvidia-docker v2 in coreos, and removing the |
I used the following steps to install nvidia-docker v2 (very hacky though):
There is only one issue currently: The |
We have it working as well (nvidia-docker v2 + coreos + k8s device plugin). We will try to clean it up and hopefully be able to share it soonish. |
went for this instead |
@lsjostro I would be interested in having your previous "nvidia-docker v2 + coreos" version, even if not cleaned up and production-ready: nvidia-docker v2 enables sharing GPUs between containers (at the cost of losing k8s scheduling) that device drivers solutions don't support (and won't for the foreseeable future). In any case, GoogleCloudPlatform/container-engine-accelerators#54 is useful too, thanks for that ! |
Hi,
Are there plans to use nvidia-docker v2 (now merged into master: new official version) ?
It is simpler to use: https://github.com/NVIDIA/nvidia-docker/wiki/About-version-2.0
The text was updated successfully, but these errors were encountered: