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
3ecb70efc2f64d580f10d21fc36e570f0fd70fdb184a44a857a42186b6935145CONFIG
Entrypoint /opt/nvidia/nvidia_entrypoint.sh; WorkingDir /workspace; ExposedPorts 6006/tcp, 6064/tcp, 8888/tcp
10/18/2021 4:49 AM UTC
d23c5792f45eceebe2329aa166081640272dd780eab917b7e7e71df0965ab9b1LABEL
com.nvidia.build.id=28304637
10/18/2021 4:49 AM UTC
4908862d675cc5046115db0642c5a82d62fe25917b4d6ff5ae2d24c6480ae1a1ENV
NVIDIA_BUILD_ID=28304637
10/18/2021 4:49 AM UTC
19f825460b514edae582a0eae3121fc51faa75bfd7784346a93e36c264f8c5e7ARG
NVIDIA_BUILD_ID
10/18/2021 4:49 AM UTC
22d981b10a52ebafd606e5ceda4f5fb83168853d27266d5d4968ec653dd08701RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.6.0 NVIDIA_TENSORFLOW_VERSION=21.10-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE=--bazel-cache CI_JOB_ID=28304637 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=5218c25b0895e0320506d21d6f4e8ed2d94a52a1 NVIDIA_BUILD_REF=ab18d902b6a1d880f616cdcd8c38e7bb6ca1a9c7 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/18/2021 4:49 AM UTC
4faa0f124fb0f84c331ee5b8f0d249b4d67c8ced0b46ac005156364e0e373500RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.6.0 NVIDIA_TENSORFLOW_VERSION=21.10-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE=--bazel-cache CI_JOB_ID=28304637 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=5218c25b0895e0320506d21d6f4e8ed2d94a52a1 NVIDIA_BUILD_REF=ab18d902b6a1d880f616cdcd8c38e7bb6ca1a9c7 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
10/18/2021 4:48 AM UTC
c78b530a5e953165d165804d8a1e874a498c1245e0079bbec9a7047a003054ffENV
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/18/2021 4:48 AM UTC
023cb6a42055c4a04a60ddbd5015b218977ea60969eb0bf82203cf7bb4f61ab9RUN
TARGETARCH=amd64 TENSORFLOW_VERSION=2.6.0 NVIDIA_TENSORFLOW_VERSION=21.10-tf2 PYVER=3.8 BAZEL_VERSION=3.7.2 TFAPI=2 BAZEL_CACHE=--bazel-cache CI_JOB_ID=28304637 COMMIT_BRANCH=HEAD COMMIT_TF_SUBMODULE_SHA=5218c25b0895e0320506d21d6f4e8ed2d94a52a1 NVIDIA_BUILD_REF=ab18d902b6a1d880f616cdcd8c38e7bb6ca1a9c7 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
10/18/2021 4:48 AM UTC
d4bc4a99a67198f9f5d4b3f1886c1afe3eca8c32bd63a22b1a951957f19212e3COPY
nvidia-examples /workspace/nvidia-examples
10/18/2021 4:48 AM UTC
fd716d9b6a2a857994436de8fa0f1ee5661c4111413333e34cce9cb80b4c5716COPY
docker-examples docker-examples
10/18/2021 4:48 AM UTC
...