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
47284ab929f737432dcb76e937b8c36b688530264251df24f31a834ad9203633CONFIG
Entrypoint /opt/nvidia/nvidia_entrypoint.sh; WorkingDir /workspace; ExposedPorts 6006/tcp, 6064/tcp, 8888/tcp
02/16/2022 10:00 PM UTC
581fd6fc6ce21eb94526e5e941da895073933de0354d3945ee1f56d0a69e1db1LABEL
com.nvidia.build.id=32333867
02/16/2022 10:00 PM UTC
1deb473e0c07c35194d9e37a81152dc108f3c756ded541dc4757bca0363e93a1ENV
NVIDIA_BUILD_ID=32333867
02/16/2022 10:00 PM UTC
a75a30f174977fd193638ccb6b3f645928d0239680d7c7a83c14513e0f678ce3ARG
NVIDIA_BUILD_ID
02/16/2022 10:00 PM UTC
567410c09db628e44e9a27d513951b0dfc46f964bd842db3c4ab69791f661204RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.7.0 NVIDIA_TENSORFLOW_VERSION=22.02-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE= CI_JOB_ID=32333867 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=df5af78bed0efbaf74f069e3bd15317b89a0f5ae NVIDIA_BUILD_REF=1f823edb643d2deba76b3c1620b9e898dee1ab09 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
02/16/2022 10:00 PM UTC
23403f8a8441687eab6c98377850daf0f40534a11a17b915fb7023fc2838f2b5RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.7.0 NVIDIA_TENSORFLOW_VERSION=22.02-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE= CI_JOB_ID=32333867 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=df5af78bed0efbaf74f069e3bd15317b89a0f5ae NVIDIA_BUILD_REF=1f823edb643d2deba76b3c1620b9e898dee1ab09 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
02/16/2022 10:00 PM UTC
c06b6d02f70496274409ea3ba7f26c10ea57c9a8263ef0d2550688272fbb5c94ENV
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
02/16/2022 10:00 PM UTC
229f87ffe70f389ea0732ce94d9a6c4a6fa374011d770693bd6c4388aab59cabRUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.7.0 NVIDIA_TENSORFLOW_VERSION=22.02-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE= CI_JOB_ID=32333867 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=df5af78bed0efbaf74f069e3bd15317b89a0f5ae NVIDIA_BUILD_REF=1f823edb643d2deba76b3c1620b9e898dee1ab09 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
02/16/2022 10:00 PM UTC
7235aabbea495a57a27555ab62738e119d9e8ff64d37d5ab2110cd828fbe036dCOPY
nvidia-examples /workspace/nvidia-examples
02/16/2022 9:59 PM UTC
3bfd1b5f294affd436c6c2d6407d7507eebc210efb7f79f90bfb9a34c6dd0231RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.7.0 NVIDIA_TENSORFLOW_VERSION=22.02-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE= CI_JOB_ID=32333867 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=df5af78bed0efbaf74f069e3bd15317b89a0f5ae NVIDIA_BUILD_REF=1f823edb643d2deba76b3c1620b9e898dee1ab09 sed -i "s/NVIDIA_TENSORFLOW_VERSION/$NVIDIA_TENSORFLOW_VERSION/g" docker-examples/*
02/16/2022 9:59 PM UTC
...