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"]
01/22/2021 11:52 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
8888
01/22/2021 11:52 PM UTC
sha256:5935597466c1d8911841de1873ca7259c7858c89ecfee4e357f49f029b11ff70COPY
dir:ca7507d55cac0f598761005dacd12babf9a3d4156aa43d82a0e0cff45cda5589 in .
01/22/2021 11:52 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SHELL=/bin/bash
01/22/2021 11:52 PM UTC
sha256:a9c118910b6d100a971d92958ab7c4192059b1bc9843640780167d5c0d75b53eRUN
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)"
01/22/2021 11:52 PM UTC
sha256:7dbc7a214685c160ed3c96acb5c8a508e79bc64780a40676680f5bd58ba65beaRUN
python3 -m pip install git+https://github.com/ipython/traitlets@dead2b8cdde5913572254cf6dc70b5a6065b86f8
01/22/2021 11:51 PM UTC
sha256:0baedb1d6a75d2f21e14c515c0e788227143d6954300c543b65170462f0486a5RUN
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
01/22/2021 11:50 PM UTC
sha256:882b06f5a192047ddc9a402b7d846c45ce11d158b17e82f595068a025a7ce302RUN
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')"
01/22/2021 11:45 PM UTC
sha256:0784596d618f4f38530b5514c7ef44e9a3165f84a3e454d33a90ef476ce8f1c1RUN
apt-get update &&
  apt-get install -y --no-install-recommends nodejs libffi-dev libssl1.0-dev &&
  rm -rf /var/lib/apt/lists/*
01/22/2021 11:32 PM UTC
sha256:c3e4b49a981a213d526285f729a3353b2ce1a6c76ce39dbb81ab21d7ae01a6b7RUN
curl -sL https://deb.nodesource.com/setup_10.x | bash -
01/22/2021 11:32 PM UTC