NVIDIA
NVIDIA
DLI Building Video AI Applications at the Edge on Jetson Nano
Container
NVIDIA
NVIDIA
DLI Building Video AI Applications at the Edge on Jetson Nano

Course environment for the Deep Learning Institute (DLI) course, "Building Video AI Applications at the Edge on Jetson Nano".

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
["/bin/sh" "-c" "/bin/bash -c \"jupyter lab --ip 0.0.0.0 --port 8888 --allow-root &> /var/log/jupyter.log\" & \techo \"allow 10 sec for JupyterLab to start @ http://$(hostname -I | cut -d' ' -f1):8888 (password ${JUPYTER_PASSWORD})\" && \techo \"JupterLab logging location:  /var/log/jupyter.log  (inside the container)\" && \t/bin/bash"]
12/10/2021 7:04 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
8888
12/10/2021 7:04 PM UTC
sha256:1c9f74e60bb07484fe31e66e73ebacbf03bd1c1a6b088ab20384ac6e979c80a4COPY
dir:c55660853576f9885fb7844c9d692ea0859c4ddddabd6dc3d202331c611646d7 in .
12/10/2021 7:04 PM UTC
sha256:57d579e101dfe9d400845c22f0b59f5d1eeb3c0af366bcf002f95bde5ea31eddWORKDIR
/dli/task
12/10/2021 6:38 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SHELL=/bin/bash
12/10/2021 6:38 PM UTC
sha256:47d11318564acbce29ecda255987ebc0a1d11b69a7236b32e6e41b9b522ae70bRUN
DEEPSTREAM_PYTHON_APPS=/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/apps DEEPSTREAM_SOURCES=/opt/nvidia/deepstream/deepstream/sources DLI_PYTHON_APPS=/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/dli_apps MY_APPS=/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/my_apps PYTHON_BINDINGS=pyds-1.1.0-py3-none-linux_aarch64.whl wget -P /usr/src/ca-certificates "http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20210119.tar.xz" &&
  wget -P /usr/src/ca-certificates "http://deb.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20210119.dsc" &&
  wget -P /usr/src/gst-rtsp-server1.0 "http://deb.debian.org/debian/pool/main/g/gst-rtsp-server1.0/gst-rtsp-server1.0_1.18.4.orig.tar.xz" &&
  wget -P /usr/src/gst-rtsp-server1.0 "http://deb.debian.org/debian/pool/main/g/gst-rtsp-server1.0/gst-rtsp-server1.0_1.18.4-2.debian.tar.xz" &&
  wget -P /usr/src/gst-rtsp-server1.0 "http://deb.debian.org/debian/pool/main/g/gst-rtsp-server1.0/gst-rtsp-server1.0_1.18.4-2.dsc" &&
  wget -P /usr/src/gstreamer1.0 "http://deb.debian.org/debian/pool/main/g/gstreamer1.0/gstreamer1.0_1.18.4.orig.tar.xz" &&
  wget -P /usr/src/gstreamer1.0 "http://deb.debian.org/debian/pool/main/g/gstreamer1.0/gstreamer1.0_1.18.4-2.1.debian.tar.xz" &&
  wget -P /usr/src/gstreamer1.0 "http://deb.debian.org/debian/pool/main/g/gstreamer1.0/gstreamer1.0_1.18.4-2.1.dsc" &&
  wget -P /usr/src/gst-plugins-base1.0 "http://deb.debian.org/debian/pool/main/g/gst-plugins-base1.0/gst-plugins-base1.0_1.18.4.orig.tar.xz" &&
  wget -P /usr/src/gst-plugins-base1.0 "http://deb.debian.org/debian/pool/main/g/gst-plugins-base1.0/gst-plugins-base1.0_1.18.4-2.debian.tar.xz" &&
  wget -P /usr/src/gst-plugins-base1.0 "http://deb.debian.org/debian/pool/main/g/gst-plugins-base1.0/gst-plugins-base1.0_1.18.4-2.dsc"
12/10/2021 6:38 PM UTC
sha256:4d2f1453b2b3afae156e605f500cd2c071850c298a10e4ed36dbf1545d834b5fCOPY
dir:53c3a742c2d19bd732b1af930d08d2c0b81f32f0df7c1c51907749d7e99d50ef in /root/.cache/
12/08/2021 12:24 AM UTC
sha256:34374f006adaf08f1162a48d72bcd9fdd2cf585fe2b7cf976b5a3e442196d86bCOPY
dir:e1ed5ca8fb31f6179cdd67fdf205641b3a124fc816aaaf3f63eebd7ed75b549f in /root/.jupyter/
12/08/2021 12:24 AM UTC
sha256:5626df925cfc534f87ed7d86064c060ca754ded31aac9f095c686e35808a8281RUN
DEEPSTREAM_PYTHON_APPS=/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/apps DEEPSTREAM_SOURCES=/opt/nvidia/deepstream/deepstream/sources DLI_PYTHON_APPS=/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/dli_apps MY_APPS=/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/my_apps PYTHON_BINDINGS=pyds-1.1.0-py3-none-linux_aarch64.whl pip install jupyterlab==3.2.1 &&
  jupyter lab --generate-config &&
  python3 -c "from notebook.auth.security import set_password; set_password('${JUPYTER_PASSWORD}', '/root/.jupyter/jupyter_notebook_config.json')"
12/08/2021 12:24 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
JUPYTER_PASSWORD=dlinano
12/08/2021 12:21 AM UTC

NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.