-
Notifications
You must be signed in to change notification settings - Fork 2k
What's the difference between the lastest nvidia-docker and nvidia container runtime? #1268
Comments
I also find another project, it called nvidia container toolkit. |
I originally posted a similar answer here, but hopefully this clears things up: The set of packages collectively referred to as
Unfortunately, the documentation across the repos that host code for these projects is inconsistent and misleading at times. Some places say that While both statements are technically true, I can see why things might be a little confusing. Starting from the bottom, below is a description of what each of these components is responsible for:
Given this hierarchy of components it's easy to see that if you only install However, if you want to use Kubernetes with Docker 19.03, you actually need to continue using So you are basically running on the exact same stack as you would be whether you install |
@klueska |
@rtrobin is your suggestion to update the content here https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/arch-overview.html#arch-overview with @klueska's descriptions above? |
Basically, the doc(https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/arch-overview.html) shown now is same as @klueska's post above. But the description here is more comprehensible to me, with different docker version and different docker parameters described. By the way, the driver containers overview doc(https://docs.nvidia.com/datacenter/cloud-native/driver-containers/overview.html) is an independent tab. Maybe it could be part of architecture overview content(https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/arch-overview.html), as a different way to utilize GPU? |
Hey Nvidia, I think you could be accused of a lot of things, but one thing I will NEVER accuse you of, is making developers lives easier. |
I saw an interesting blog.
https://collabnix.com/introducing-new-docker-cli-api-support-for-nvidia-gpus-under-docker-engine-19-03-0-beta-release/
After installing docker19.03, the blogger installed the docker container runtime instead of
nvidia-docker. I feel very confused.
Can you tell me the difference and connection between them?
The text was updated successfully, but these errors were encountered: