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/05/2021 9:51 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
    8888
    08/05/2021 9:51 PM UTC
    sha256:e7d8e736231c8da1acb14a69e418c38f13df7ab84e04faf220b7d2064f990e8bCOPY
    dir:070049fcd04126c17eebd06142249a5691affacc915d2e22ad6d1c308fa95bd3 in .
    08/05/2021 9:51 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SHELL=/bin/bash
    08/05/2021 6:11 PM UTC
    sha256:0f75432e814bc802dafeb37e0036dcd2d21bbef7665b5466f89ad5c376b0390fRUN
    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/05/2021 6:11 PM UTC
    sha256:8c40ad4db82e11839fbf804909437cf9419a89aad69ea67dc4e15a3f4218cf35RUN
    python3 -m pip install git+https://github.com/ipython/traitlets@dead2b8cdde5913572254cf6dc70b5a6065b86f8
    08/05/2021 6:09 PM UTC
    sha256:f4b5c276e1519a14627a35dbda6e18b48feda5fa6cadb9bad212345294203d26RUN
    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/05/2021 6:09 PM UTC
    sha256:99eb42711cda3ed2bf843d0f72a4875b37e9433a959a8aafe6137f54e9c3385dRUN
    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/05/2021 5:58 PM UTC
    sha256:577717fda284ebd617e86fbd18b33478bb316b8700863d20613b15b45c1f8cdaRUN
    apt-get update &&
      apt-get install -y --no-install-recommends nodejs libffi-dev libssl1.0-dev &&
      rm -rf /var/lib/apt/lists/*
    08/05/2021 5:23 PM UTC
    sha256:061f9fe486d4ac23025824492b3a05822b3c4d9bd416a5595886e46bf6d64129RUN
    curl -sL https://deb.nodesource.com/setup_10.x | bash -
    08/05/2021 5:22 PM UTC