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
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
    com.nvidia.build.ref=8fd418cafb35c5bd3e55fbab41253d94cc0a43ff
    10/13/2022 10:46 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
    com.nvidia.build.id=46170915
    10/13/2022 10:46 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    NVIDIA_BUILD_ID=46170915
    10/13/2022 10:46 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    NVIDIA_BUILD_ID
    10/13/2022 10:46 PM UTC
    sha256:071644cc399afce974fa1efb1fed27e9df3f473b5818ede24a8e6996d323988bRUN
    TARGETARCH=amd64 TENSORFLOW_VERSION=2.10.0 NVIDIA_TENSORFLOW_VERSION=22.10-tf2 PYVER=3.8 BAZEL_VERSION=5.3.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=8fd418cafb35c5bd3e55fbab41253d94cc0a43ff 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
    10/13/2022 10:46 PM UTC
    sha256:bd26e00f7872c22057d1d7babf05bd6e3cd4b5547f4dae18ffa4944c50676e4eRUN
    TARGETARCH=amd64 TENSORFLOW_VERSION=2.10.0 NVIDIA_TENSORFLOW_VERSION=22.10-tf2 PYVER=3.8 BAZEL_VERSION=5.3.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=8fd418cafb35c5bd3e55fbab41253d94cc0a43ff pip install --no-cache-dir git+https://github.com/kaixih/tf_op_graph.git@v0.1
    10/13/2022 10:46 PM UTC
    sha256:45d8abd808b90b6f97f2596130832430960f180920bf458872fe4b14758e4fa2RUN
    TARGETARCH=amd64 TENSORFLOW_VERSION=2.10.0 NVIDIA_TENSORFLOW_VERSION=22.10-tf2 PYVER=3.8 BAZEL_VERSION=5.3.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=8fd418cafb35c5bd3e55fbab41253d94cc0a43ff pip install pydot &&
      apt-get update &&
      apt-get install -y graphviz
    10/13/2022 10:46 PM UTC
    sha256:b77407196d5bcfdd713079c4f933019b049b25e351530a84bfc4ad9528ad4f9fRUN
    TARGETARCH=amd64 TENSORFLOW_VERSION=2.10.0 NVIDIA_TENSORFLOW_VERSION=22.10-tf2 PYVER=3.8 BAZEL_VERSION=5.3.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=8fd418cafb35c5bd3e55fbab41253d94cc0a43ff 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==${POLYGRAPHY_VERSION}
    10/13/2022 10:46 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    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
    10/13/2022 10:46 PM UTC
    sha256:05d4008d2b2553e58d0512dbaa44a9309377bba8ec5b555c73738997d853516eRUN
    TARGETARCH=amd64 TENSORFLOW_VERSION=2.10.0 NVIDIA_TENSORFLOW_VERSION=22.10-tf2 PYVER=3.8 BAZEL_VERSION=5.3.0 TFAPI=2 BAZEL_CACHE= NVIDIA_BUILD_REF=8fd418cafb35c5bd3e55fbab41253d94cc0a43ff 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
    10/13/2022 10:46 PM UTC
    ...