Nvidia
Containers from Nvidia cloud¶
One advantage of pulling containers from nvidia cloud is that nvidia software such as Apex or Dali are already installed on them.
In order to get those containers, you need to register on ngc_. After you log in, go on configuration and Generate an API Key.
.. image:: ngc-0.png
Once you get your API key, you need to add them into your bashrc:
1 2 | |
Then you can pull the container you want from the nvidia page_. For example to get pytorch:
1 | |
or if you want tensorflow:
1 | |
WARNING