Getting Started

The basic workflow on the DGX server is as follows:

  1. Login to the DGX server of your choice.

  2. Build a docker image for your experimental needs and to keep any dependencies containerized.

  3. Run the built docker image as an NVIDIA Docker container.

  4. Connect to the docker container, either through a terminal session or setting it up as a remote interpreter for the PyCharm IDE

These instructions also assume that the user already knows most basic things such as how to connect to a server through SSH and how to run scripts and commands.

The next section will introduce working with Docker on the DGX servers.