Google
Google
TensorFlow
Container
Google
Google
TensorFlow

TensorFlow is an open source platform for machine learning. It provides comprehensive tools and libraries in a flexible architecture allowing easy deployment across a variety of platforms and devices.

LayerLabelCreated
7b32d5bda591b3bc862f4a974c38b495e15ccc926b1065ec5cc4c85a2d4abe1fCONFIG
Entrypoint /usr/local/bin/nvidia_entrypoint.sh; WorkingDir /workspace; ExposedPorts 6006/tcp, 6064/tcp, 8888/tcp
06/17/2021 9:46 PM UTC
825d4617f68951e931ba863353bd86f77618072a80c4c99c7b02a41462ad72cbLABEL
com.nvidia.build.id=24129408
06/17/2021 9:46 PM UTC
d327d1ce65b337fd2e55132bd35b53a005ad58c6f06579459b4b9dac98f5233dENV
NVIDIA_BUILD_ID=24129408
06/17/2021 9:46 PM UTC
0168c2afb98ab8094b2e00e962e67fdff51f62de047119531065498998d2dc50ARG
NVIDIA_BUILD_ID
06/17/2021 9:46 PM UTC
bff45c1f8521d158b722effbdd3af63e5838e154292a545100a4ef2be9b5a3dbRUN
TENSORFLOW_VERSION=2.5.0 NVIDIA_TENSORFLOW_VERSION=21.06-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE=--bazel-cache CI_JOB_ID=24129408 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=0b3eef5e6a6d44daae9284c137bee1802ecd8bba NVIDIA_BUILD_REF=855b3fb2c0550d913a27f530bf3354adcc4792ec NVTX_PLUGINS_VERSION=0.1.8 ln -sf ${_CUDA_COMPAT_PATH}/lib.real ${_CUDA_COMPAT_PATH}/lib &&
  echo ${_CUDA_COMPAT_PATH}/lib > /etc/ld.so.conf.d/00-cuda-compat.conf &&
  ldconfig &&
  rm -f ${_CUDA_COMPAT_PATH}/lib
06/17/2021 9:46 PM UTC
2ed6bb5586c1efdd5b80e65d6b1b46cb522d8c247a4573400ebb06fc646f796cRUN
TENSORFLOW_VERSION=2.5.0 NVIDIA_TENSORFLOW_VERSION=21.06-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE=--bazel-cache CI_JOB_ID=24129408 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=0b3eef5e6a6d44daae9284c137bee1802ecd8bba NVIDIA_BUILD_REF=855b3fb2c0550d913a27f530bf3354adcc4792ec NVTX_PLUGINS_VERSION=0.1.8 pip install --no-cache-dir --extra-index-url https://pypi.ngc.nvidia.com --extra-index-url https://tensorrt-read-only:Tensorrt\@123@urm.nvidia.com/artifactory/api/pypi/sw-tensorrt-pypi/simple polygraphy
06/17/2021 9:46 PM UTC
e7f7d1f428df7f9103e628f725c26479251417042d1d88a6b1f1a07891533976ENV
PATH=/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/opt/tensorrt/bin
06/17/2021 9:46 PM UTC
ad01869dc6819932f3abf051341325c2bcf81df1959d610396864de7fd21a345RUN
TENSORFLOW_VERSION=2.5.0 NVIDIA_TENSORFLOW_VERSION=21.06-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE=--bazel-cache CI_JOB_ID=24129408 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=0b3eef5e6a6d44daae9284c137bee1802ecd8bba NVIDIA_BUILD_REF=855b3fb2c0550d913a27f530bf3354adcc4792ec NVTX_PLUGINS_VERSION=0.1.8 URL=$(VERIFY=1 /nvidia/build-scripts/installTRT.sh 2>/dev/null | sed -n "s/^.*\(http.*\)deb.*$/\1/p")tar &&
  FILE=$(wget -O - $URL 2>/dev/null | sed -n 's/^.*href="\(TensorRT[^"]*\)".*$/\1/p' | grep -v internal) &&
  wget --quiet $URL/$FILE -O - | tar -xz &&
  PY=$(python -c 'import sys; print(str(sys.version_info[0])+str(sys.version_info[1]))') &&
  pip install TensorRT-*/python/tensorrt-*-cp$PY*.whl &&
  pip install TensorRT-*/graphsurgeon/graphsurgeon-*.whl &&
  pip install TensorRT-*/uff/uff-*.whl &&
  mv /usr/src/tensorrt /opt &&
  ln -s /opt/tensorrt /usr/src/tensorrt &&
  rm -r TensorRT-* &&
  UFF_PATH=$(pip show uff | sed -n 's/Location: \(.*\)$/\1/p')/uff &&
  sed -i 's/from tensorflow import GraphDef/from tensorflow.python import GraphDef/' $UFF_PATH/converters/tensorflow/conversion_helpers.py &&
  chmod +x ${UFF_PATH}/bin/convert_to_uff.py &&
  ln -sf ${UFF_PATH}/bin/convert_to_uff.py /usr/local/bin/convert-to-uff
06/17/2021 9:46 PM UTC
2421aadb7e92be24f26dff0c40c60f3059bf9c9fc56721f31f91dd80863c0798COPY
nvidia-examples /workspace/nvidia-examples
06/17/2021 9:45 PM UTC
abd0d4375cb3c7455d0fffa50b2086619d3483a5bc79eac7db0c657648c1aee5COPY
docker-examples docker-examples
06/17/2021 9:45 PM UTC
...