DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

How to run NVIDIA DIGITS 6.0 docker commandline

Open Abhijeet-Bhilare opened this issue 5 years ago • 1 comments

I want to run nvidia digits docker in command line. I am able to run it in gui (DIGITS home) If I use below command to run docker in command line it stuck with an error libdc1394 error: Failed to initialize libdc1394 /usr/local/lib/python2.7/dist-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')

Abhijeet-Bhilare avatar Dec 10 '19 10:12 Abhijeet-Bhilare

sudo docker run -p 5000:5000 nvidia/digits

ANGDL avatar Dec 30 '19 10:12 ANGDL