General Discussions¶
This page contains paraphrased discussions that may be useful for future reference. Also note that these discussions are searchable from the search bar in the website.
For issues related to this page, please open a GitHub issue.
Docker Hub (docker.io
) vs. NGC (nvcr.io
) Docker Images¶
Q: What's the difference between Docker Hub and NGC Docker images?
A: I'm unsure about the actual difference, but I'll suggest sticking to NGC Docker images for simplicity if you're using NVIDIA GPUs. Since it deal with many NVIDIA dependencies for you.
For example the following CUDA images seem to be the same as they have the same hash:
However, the PyTorch images are different and have different tags:
To inspect what's inside the NGC image, see the NVIDIA Optimized Frameworks Release Notes.
Related:
2025-05-14.