Documentation Incorrect for Digits User Guide.

I tried to use the instructions to use a local jobs folder from here:
https://docs.nvidia.com/deeplearning/digits/digits-user-guide/index.html

It says to use this:
-v /home/username/digits-jobs:/workspace/jobs
but this is what worked (this was digits5):
-v /home/username/digits-jobs:/jobs

I think we defined DIGITS_JOBS_DIR as /workspace/jobs/ in our nvcr.io/nvidia/digits. Sorry for the confusion.

A video walkthrough of natively installing NVIDIA DIGITS on Ubuntu 18.04 LTS is available here:

-Cuda Education