Getting Started
The basic workflow on the DGX server is as follows:
Login to the DGX server of your choice.
Build a docker image for your experimental needs and to keep any dependencies containerized.
Run the built docker image as an NVIDIA Docker container.
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.