Can Nvidia add the versions to their container tags?

The current way containers are tagged in NGC is not particularly useful. Everytime I need to build a container to support some code written by someone else, I am forced to wade through the layers and hopefully find version numbers that match what the code needs.

Typical needs:

  • The base product version. I.E. torch 1.0.7 for example
  • The detailed python version, instead of py3 show py3.7
  • The CUDA and CUDANN versions
  • The OS Version - since not all images use 18.04

Even if this could be provided as a separate metadata item on the website would be okay, but it would really be much more useful to be tied to the container itself