What’s the process for report documentation errors?
In the Nvidia container toolkit guide, under “Some examples of the usage are shown below:”, (Container Toolkit Documentation) the code examples are like so:
docker run --rm --gpus all nvidia/cuda nvidia-smi
All of the examples use nvidia/cuda, which tries to pull the “latest” tag, but the docker image documentation notes that this tag is deprecated (Docker Hub Documentation and results in this error:
Error response from daemon: manifest for nvidia/cuda:latest not found: manifest unknown: manifest
unknown
What’s the best way to report this? Is there a formal process for any documentation errors?