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"]
10/22/2020 3:15 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
8888
10/22/2020 3:15 PM UTC
sha256:0332d32d1d8dd04cbf0a2c37e3bad1c55c3c4d747372ffc4d85539b2d58d36f1COPY
dir:4334a0c9b2fa6576f1b0361f6734e68a4e2eef9f87254d1655badc48c625e066 in .
10/22/2020 3:15 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SHELL=/bin/bash
10/20/2020 8:01 PM UTC
sha256:8ad049561e6ac0c1c60244bce252b5ef586e1fa0e0c639a9d803442375342e29RUN
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)"
10/20/2020 8:01 PM UTC
sha256:96f36b823bb9d757165d994a4694393fbe0655d84848b987e19f2d03fb2ade4aRUN
python3 -m pip install git+https://github.com/ipython/traitlets@dead2b8cdde5913572254cf6dc70b5a6065b86f8
10/20/2020 8:00 PM UTC
sha256:ee14e611e4ea3ae803363155c138bf96a631764b28ac20f3b32815db7230f938RUN
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
10/20/2020 7:59 PM UTC
sha256:5659b08dd9db47223cc877e6dec19c0494bd9189eccfc73d4ca9d37d9f1c2548RUN
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')"
10/20/2020 7:54 PM UTC
sha256:32dfdf6113cc162381e211dc283a6544d19104ccab2537cb45443565aea93068RUN
apt-get update &&
  apt-get install -y --no-install-recommends nodejs libffi-dev libssl1.0-dev &&
  rm -rf /var/lib/apt/lists/*
10/20/2020 7:42 PM UTC
sha256:ea941455f954879ede9eb1f6d0dfa50f1f275c62cd6f32305da7cc3dc55d8a02RUN
curl -sL https://deb.nodesource.com/setup_10.x | bash -
10/20/2020 7:41 PM UTC