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
bd52cd7e25ef1866875e443c6bf1cda58fae368b94e0ba601dbcbe954ab5a795CONFIG
Entrypoint /opt/nvidia/nvidia_entrypoint.sh; WorkingDir /workspace; ExposedPorts 6006/tcp, 6064/tcp, 8888/tcp
06/24/2022 6:57 PM UTC
ec8615ecaba07eaa017e8fb07a7da4b9732487a1b868c947e2071cb728e59216LABEL
com.nvidia.build.id=39734918
06/24/2022 6:57 PM UTC
c08996a322aba7f8d868688040ed64e4291be14f46f895d63bf614a5a51ab415ENV
NVIDIA_BUILD_ID=39734918
06/24/2022 6:57 PM UTC
2d94a159b5b7a658ddfc88e8d155580a06db4e6162162b1f5c945283a3fec798ARG
NVIDIA_BUILD_ID
06/24/2022 6:57 PM UTC
fd426991db0931f4ee11cc7b9e206b9e8a17be94b5fff3d007563bd686eeac9eRUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.9.1 NVIDIA_TENSORFLOW_VERSION=22.06-tf2 PYVER=3.8 BAZEL_VERSION=5.0.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=3e3d2f129b8a553cf8b03befab28c0c18ab28b72 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/24/2022 6:57 PM UTC
9e5822c4e28f49be6ee21ed292f4dfb566d311302c5dc33376b7d52578439484RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.9.1 NVIDIA_TENSORFLOW_VERSION=22.06-tf2 PYVER=3.8 BAZEL_VERSION=5.0.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=3e3d2f129b8a553cf8b03befab28c0c18ab28b72 pip install --no-cache-dir --extra-index-url https://pypi.ngc.nvidia.com --extra-index-url https://urm.nvidia.com/artifactory/api/pypi/sw-tensorrt-pypi/simple polygraphy==0.33.0
06/24/2022 6:57 PM UTC
4df461560e173846d8c65ee0bbe626986e533bfd3f322ada947e36519ff52a75ENV
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/24/2022 6:57 PM UTC
502c2418b3d214850210c18dcf21497aeeed4a4a1b33c887527401b0f2e2216fRUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.9.1 NVIDIA_TENSORFLOW_VERSION=22.06-tf2 PYVER=3.8 BAZEL_VERSION=5.0.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=3e3d2f129b8a553cf8b03befab28c0c18ab28b72 URL=$(VERIFY=1 /nvidia/build-scripts/installTRT.sh 2>/dev/null | sed -n "s/^.*\(http.*\)tar.*$/\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/24/2022 6:57 PM UTC
cf3e683afb2a80bd5ae0cd32a7356a2ef60b9cb624cfcc11598282391e31dcc7COPY
nvidia-examples /workspace/nvidia-examples
06/24/2022 6:57 PM UTC
68ecb6cbb79e71c37dfa303b9a66417e49318e1d8c55fcc23e80405ebf9560d5RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.9.1 NVIDIA_TENSORFLOW_VERSION=22.06-tf2 PYVER=3.8 BAZEL_VERSION=5.0.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=3e3d2f129b8a553cf8b03befab28c0c18ab28b72 sed -i "s/NVIDIA_TENSORFLOW_VERSION/$NVIDIA_TENSORFLOW_VERSION/g" docker-examples/*
06/24/2022 6:57 PM UTC
...