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"]
09/29/2020 7:18 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
8888
09/29/2020 7:17 PM UTC
sha256:6b5e92b3c5d75dbd76380f73d799faaddf89f6f7f057338dac88e0bd00d4e982COPY
dir:6642af4e127e39acc4ad03ee0a8c063f5bc7605862d7149629866375943f8f12 in .
09/29/2020 7:17 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SHELL=/bin/bash
09/29/2020 7:17 PM UTC
sha256:c270836585c05c4466ba26547ab2578c56d1a7454cd7c23dac733356b4e26e8fRUN
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)"
09/29/2020 7:17 PM UTC
sha256:c4115e6a822b3e9aa19ba9281f423f79e75e8aa9675dae1a5fb4eb3f7f2862feRUN
python3 -m pip install git+https://github.com/ipython/traitlets@dead2b8cdde5913572254cf6dc70b5a6065b86f8
09/29/2020 7:16 PM UTC
sha256:592e596464dcdeafb85fe6f2781133cb214382d6ad98d0d4f3647acf0e42f20bRUN
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
09/29/2020 7:16 PM UTC
sha256:10ac18740f6363b3f00eb21ddf454a25bd98070dd3e5ccc5cf01326367340829RUN
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')"
09/29/2020 7:10 PM UTC
sha256:2e390b72ff1279ee9574398da6d55d45d196487cea728e2faddbb514b7d2b25dRUN
apt-get update &&
  apt-get install -y --no-install-recommends nodejs libffi-dev libssl1.0-dev &&
  rm -rf /var/lib/apt/lists/*
09/29/2020 6:57 PM UTC
sha256:b4a4e0a1734cfbb60257f20c6e5ef2120bff02bcd22d38a4106687240b94bcbfRUN
curl -sL https://deb.nodesource.com/setup_10.x | bash -
09/29/2020 6:56 PM UTC