To install docker, follow the official guide here.
To run DIGITS smoothly, Nvidia Docker must be installed. Follow this guide to install Nvidia Docker.
To fetch the latest DIGITS's docker image, run the following:
docker pull nvidia/digits:latest
To fetch DIGITS 6 RC, run the following:
docker pull nvidia/digits:6.0-rc
To run DIGITS with Nvidia Docker, use the following command:
nvidia-docker run -v <path to data>:/data/ -p 5000:5000 nvidia/digits:latest
where <path to data>
is where you have stored data sets or other files necessary for DIGITS to use on your system.