DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

Python 3 support enabled on NVCR.io?

Open nhubbard opened this issue 5 years ago • 2 comments

Hi there. Just checking out the latest version of DIGITS on NVCR.io, and found that the latest image is tagged as 19.12-{tensorflow,caffe}-**py3**. Is this a mistake? If not, when will the repository be upgraded to Python 3? Thanks!

nhubbard avatar Jan 04 '20 17:01 nhubbard

It's not a mistake, no. The latest NGC builds of DIGITS do support Python3. The source code is available inside those containers (in /opt/digits) if you want to see the changes we've made to enable that; sorry the GitHub branches have lagged behind a bit here. We'll keep this issue open until we update the branches on GH with the latest code.

Thanks, Cliff

/cc @moconnor725 @jconwayNV

cliffwoolley avatar Jan 25 '20 00:01 cliffwoolley

============
== DIGITS ==
============

NVIDIA Release 19.12 (build 9198012)
DIGITS Version 6.1.1

Container image Copyright (c) 2019, NVIDIA CORPORATION.  All rights reserved.
DIGITS Copyright (c) 2014-2019, NVIDIA CORPORATION. All rights reserved.

Various files include modifications (c) NVIDIA CORPORATION.  All rights reserved.
NVIDIA modifications are covered by the license terms that apply to the underlying project or file.

root@5f79264cd708:/workspace# python -V
Python 3.6.9

root@5f79264cd708:/workspace# dpkg -l |grep python
ii  libpython3-stdlib:amd64                3.6.7-1~18.04                     amd64        interactive high-level object-oriented language (default python3 version)
ii  libpython3.6:amd64                     3.6.9-1~18.04                     amd64        Shared Python runtime library (version 3.6)
ii  libpython3.6-dev:amd64                 3.6.9-1~18.04                     amd64        Header files and a static library for Python (v3.6)
ii  libpython3.6-minimal:amd64             3.6.9-1~18.04                     amd64        Minimal subset of the Python language (version 3.6)
ii  libpython3.6-stdlib:amd64              3.6.9-1~18.04                     amd64        Interactive high-level object-oriented language (standard library, version 3.6)
ii  python-pip-whl                         9.0.1-2.3~ubuntu1.18.04.1         all          Python package installer
ii  python3                                3.6.7-1~18.04                     amd64        interactive high-level object-oriented language (default python3 version)
ii  python3-distutils                      3.6.9-1~18.04                     all          distutils package for Python 3.x
ii  python3-gunicorn                       19.7.1-4                          all          Event-based HTTP/WSGI server (Python 3 libraries)
ii  python3-lib2to3                        3.6.9-1~18.04                     all          Interactive high-level object-oriented language (2to3, version 3.6)
ii  python3-libnvinfer                     6.0.1-1+cuda10.2                  amd64        Python 3 bindings for TensorRT
ii  python3-libnvinfer-dev                 6.0.1-1+cuda10.2                  amd64        Python 3 development package for TensorRT
ii  python3-minimal                        3.6.7-1~18.04                     amd64        minimal subset of the Python language (default python3 version)
ii  python3-pip                            9.0.1-2.3~ubuntu1.18.04.1         all          Python package installer
ii  python3-pkg-resources                  39.0.1-2                          all          Package Discovery and Resource Access using pkg_resources
ii  python3-setuptools                     39.0.1-2                          all          Python3 Distutils Enhancements
ii  python3.6                              3.6.9-1~18.04                     amd64        Interactive high-level object-oriented language (version 3.6)
ii  python3.6-dev                          3.6.9-1~18.04                     amd64        Header files and a static library for Python (v3.6)
ii  python3.6-minimal                      3.6.9-1~18.04                     amd64        Minimal subset of the Python language (version 3.6)

cliffwoolley avatar Jan 25 '20 00:01 cliffwoolley