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/09/2021 6:25 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
8888
08/09/2021 6:25 PM UTC
sha256:12fcaf838c9c57cc672c1049d37c115f9f6e0924b9baf029c8f3c3d69801f94cCOPY
dir:b4358c34da7be412cc2c4d4d9fcf882356860295020837fd6bfd78b177e6e59d in .
08/09/2021 6:25 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SHELL=/bin/bash
08/09/2021 6:25 PM UTC
sha256:fbf6c5713bc83ba4a27e3c515210d019b09d9aa0f0974dd9f04c227cecd99090RUN
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/09/2021 6:25 PM UTC
sha256:d2e68bcf34b9a2011b323299eb3c3f700c159aa3ffca103fba51fc8d14efeff9RUN
python3 -m pip install git+https://github.com/ipython/traitlets@dead2b8cdde5913572254cf6dc70b5a6065b86f8
08/09/2021 6:24 PM UTC
sha256:9a919bdd0108a9b8259407d293a787bced87ed22013c86081c1cb07370aa48feRUN
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/09/2021 6:23 PM UTC
sha256:79aa223d430a3afa72b068dd8a4c8003acd9aa761038b8838e814656092db00eRUN
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/09/2021 6:18 PM UTC
sha256:3d4e0adc9e4505a21570e49aa2f75cae3528b6ab96fea7f3b1efc41347658a98RUN
apt-get update &&
  apt-get install -y --no-install-recommends nodejs libffi-dev libssl1.0-dev &&
  rm -rf /var/lib/apt/lists/*
08/09/2021 6:04 PM UTC
sha256:aa1b1bf34178abe55c637d76f88715a6f202a7be9b95104fd0d377a2257d948aRUN
curl -sL https://deb.nodesource.com/setup_10.x | bash -
08/09/2021 6:03 PM UTC