NVIDIA
NVIDIA
DLI Getting Started with AI on Jetson Nano
Container
NVIDIA
NVIDIA
DLI Getting Started with AI on Jetson Nano

Course environment for the Deep Learning Institute (DLI) course, "Getting Started with AI 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"]
    08/20/2021 8:15 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
    8888
    08/20/2021 8:15 PM UTC
    sha256:51ed1cf061fe3e8bd91fa79bc90387829f7f794c67cbc1f06f6407fd1914c4c1COPY
    dir:9ed1afd24f018c460454b6789ac772e5fe7eeae8d47e2f4729a06d153aacf417 in .
    08/20/2021 8:15 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SHELL=/bin/bash
    08/20/2021 8:15 PM UTC
    sha256:64455a5d12214bd4613f3c78b9cbe3d6ba64948b3bc713d6419bd750b6940807RUN
    python3 -c "import torchvision;                 model = torchvision.models.alexnet(pretrained=True);                 model = torchvision.models.squeezenet1_1(pretrained=True);                 model = torchvision.models.resnet18(pretrained=True);                 model = torchvision.models.resnet34(pretrained=True)"
    08/20/2021 8:15 PM UTC
    sha256:508d3e69bb95d387dd8f45fe41e219e78fa26df58cc328cb75d1475d603107a5RUN
    python3 -m pip install git+https://github.com/ipython/traitlets@dead2b8cdde5913572254cf6dc70b5a6065b86f8
    08/20/2021 8:13 PM UTC
    sha256:441f7e3646a54403cb3945d8b7f23f26a1e05dffaedf12503b08f7e5ea43e324RUN
    cd /opt &&
      git clone https://github.com/jaybdub/jupyter_clickable_image_widget &&
      cd jupyter_clickable_image_widget &&
      git checkout tags/v0.1 &&
      pip3 install -e . &&
      jupyter labextension install js &&
      jupyter lab build
    08/20/2021 8:13 PM UTC
    sha256:62380de827298a6af035b267f0206940f85cfab4ce0fafb73236303417e5f0cdRUN
    pip3 install jupyter jupyterlab==2.2.6 --verbose &&
      jupyter labextension install @jupyter-widgets/jupyterlab-manager &&
      jupyter lab --generate-config &&
      python3 -c "from notebook.auth.security import set_password; set_password('${JUPYTER_PASSWORD}', '/root/.jupyter/jupyter_notebook_config.json')"
    08/20/2021 8:05 PM UTC
    sha256:63902f12eb9440dda605af322945cd83f02932c02df768924353829bb58b476cRUN
    apt-get update &&
      apt-get install -y --no-install-recommends nodejs libffi-dev libssl1.0-dev &&
      rm -rf /var/lib/apt/lists/*
    08/20/2021 7:44 PM UTC
    sha256:fa28c80a3001527986861b6a80928ca2e1bbf2a04d1af22a309043dada97963dRUN
    curl -sL https://deb.nodesource.com/setup_10.x | bash -
    08/20/2021 7:43 PM UTC