This should show a similar output as when you run it directly, i.e. show the same graphics card(s).
== Access the containers on the nVidia GPU cloud ==
nVidia provides many optimized container images for their GPU infrastructure for a variety of tasks (deep learning, high-performance computing, etc.).
You should choose these images as the source container images for your applications.
To be able to do so, you first need an account at the [https://ngc.nvidia.com/catalog/landing nVidia GPU cloud].
Once you are signed in, click left on configuration and follow the steps to get an API key to the registry.
It will be a long string of characters which looks like this:
<syntaxhighlight lang="bash">
QWEzamZyNWhhaWZuN2J2aW5hNjBzdmk5N206NzMwMTU5MWMtNzE0My00N2FmLTk4ZTktY2EzZmQyYzgzZDUz
</syntaxhighlight>
Copy it and place it in a file somewhere safe so that you remember it. You can generate a new one anytime, but then the old one will become invalid.