NVIDIA
NVIDIA
TAO Toolkit
Container
NVIDIA
NVIDIA
TAO Toolkit

Docker containers distributed as part of the TAO Toolkit package

LayerLabelCreated
e0c385564dda425342a9e356474763f76f21732f40477b27fae99b3cc1d45a2fRUN
/bin/sh
12/07/2022 10:50 PM UTC
c8e510242befe30b6b558816997a9a38536362f9bdae1ff8f536131479e00b66ENV
TAO_TELEMETRY_SERVER=https://telemetry.metropolis.nvidia.com:443/api/v1/telemetry
12/07/2022 10:50 PM UTC
51b785f6d1b564726b1475c39c263d55fba4171e8b665e756ff0fa2c49d54ae1CMD
/bin/bash
12/06/2022 10:55 AM UTC
dc88401047bf776a26b722b950c9171741c7544321cd5adbb45ff43fd60af9e4ENV
NVIDIA_TAO_TOOLKIT_VERSION=4.0.0-TF2
12/06/2022 10:55 AM UTC
da8dfa52b644467376b7f1c7463699d05fe7cd9c9c97209360e48f542a0c8642ENV
TAO_TOOLKIT_VERSION=4.0.0
12/06/2022 10:55 AM UTC
fa24ad3df73e267db6d1f88263dd93771b9b353619123df0b83ea76d8d02baf7ENV
NVIDIA_PRODUCT_NAME=TAO Toolkit
12/06/2022 10:55 AM UTC
17612dd3f2b7e524e9660662192e6fe6ce8004d9a66e962f5eaed29f54437a32RUN
pip install --no-cache-dir git+https://github.com/cliffwoolley/jupyter_tensorboard.git@0.2.0+nv21.03 &&
  mkdir -p $NVM_DIR &&
  curl -Lo- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash &&
  source "$NVM_DIR/nvm.sh" &&
  nvm install 16.18.1 --reinstall-packages-from=16.15.1 node &&
  nvm uninstall 16.15.1 &&
  jupyter labextension install jupyterlab_tensorboard &&
  jupyter serverextension enable jupyterlab &&
  pip install --no-cache-dir jupytext &&
  jupyter labextension install jupyterlab-jupytext@1.2.2 &&
  ( cd /usr/local/share/jupyter/lab/staging &&
  npm prune --production ) &&
  npm cache clean --force &&
  rm -rf /usr/local/share/.cache &&
  echo "source $NVM_DIR/nvm.sh" >> /etc/bash.bashrc &&
  mv /root/.jupyter/jupyter_notebook_config.json /usr/local/etc/jupyter/ &&
  jupyter lab clean
12/06/2022 10:55 AM UTC
d4c0053fa169c15aae17261dabd5246a7a248c4199dd37bae1001f5e1a405a54ENV
NVM_DIR=/usr/local/nvm
12/06/2022 10:53 AM UTC
a0facaae648725a30cf9c466a90f94515fee733c07cf824979c6c6479e122e74RUN
python -m pip uninstall graphviz -y
12/06/2022 10:53 AM UTC
0c1fb64bcf8cfaf073c776b455899f873bbb63d2b77d88dc70018b9a77bb21a0RUN
python -m pip install --upgrade joblib jupyter-core pillow mpmath
12/06/2022 10:53 AM UTC
...