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
c901ecb481e903664dc14bf4ffb63a49623a345cff7d8a48bb55aa673505c552CONFIG
Entrypoint /usr/local/bin/nvidia_entrypoint.sh; WorkingDir /workspace; ExposedPorts 6006/tcp, 6064/tcp, 8888/tcp
06/17/2021 8:55 PM UTC
43819be3a741f9f274ad2c72d31416028b32d4361dab8828164672f2425f0e81ARG
NVIDIA_BUILD_REF
06/17/2021 8:55 PM UTC
d224b2eb360123469839fc81a32345ff059f1303ed01a4010f34e8c4e937142aLABEL
com.nvidia.build.id=24129563
06/17/2021 8:55 PM UTC
bc2c320cb43b3cb93043db718018c3cb4899749622adca1eece0ad4d0ac47a1bENV
NVIDIA_BUILD_ID=24129563
06/17/2021 8:55 PM UTC
f6374e2172c95747d9e8a6e474ba3c6e4ba9054a0697d09673a3c85acda3a3afARG
NVIDIA_BUILD_ID
06/17/2021 8:55 PM UTC
d3b77ee24fd0b86e4642bc4dc8e33abf4fe969d34e9d901bced4727d471f471bRUN
TENSORFLOW_VERSION=1.15.5 NVIDIA_TENSORFLOW_VERSION=21.06-tf1 PYVER=3.8 BAZEL_VERSION=0.24.1 TFAPI=1 BAZEL_CACHE=--bazel-cache 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 8:55 PM UTC
d55af569fa6d77dfbf7e641b945278076e6053bebddfed898c57cb00c394b3e6RUN
TENSORFLOW_VERSION=1.15.5 NVIDIA_TENSORFLOW_VERSION=21.06-tf1 PYVER=3.8 BAZEL_VERSION=0.24.1 TFAPI=1 BAZEL_CACHE=--bazel-cache 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 8:55 PM UTC
49c363bb03345021655c3411d6a5177005453712be00c35f9699ef148c715336ENV
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 8:55 PM UTC
9a34d5d89594289bcbe4613f9cea2c5f092a2384208a493a135df09f814a21b7RUN
TENSORFLOW_VERSION=1.15.5 NVIDIA_TENSORFLOW_VERSION=21.06-tf1 PYVER=3.8 BAZEL_VERSION=0.24.1 TFAPI=1 BAZEL_CACHE=--bazel-cache 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 &&
  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 8:55 PM UTC
c133c6a58320608ccce8c6fdb6dc4add2b669ad2e5deccee1a56257bf983675cRUN
TENSORFLOW_VERSION=1.15.5 NVIDIA_TENSORFLOW_VERSION=21.06-tf1 PYVER=3.8 BAZEL_VERSION=0.24.1 TFAPI=1 BAZEL_CACHE=--bazel-cache NVTX_PLUGINS_VERSION=0.1.8 pip install --no-cache-dir -r nvidia-examples/bert/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/UNet_Industrial/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/unet3d_tf/requirements.txt &&
  sed -i 's/SimpleITK==1.1.0/SimpleITK==2.0.1/' nvidia-examples/vnet_tf/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/vnet_tf/requirements.txt &&
  if [[ `pip list|grep cupy` ]]; then sed -i 's/cupy//' nvidia-examples/NCF/requirements.txt; fi &&
  pip install --no-cache-dir -r nvidia-examples/NCF/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/resnet50v1.5/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/gnmt_v2/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/ssdv1.2/requirements.txt &&
  pip install --no-cache-dir -r nvidia-examples/UNet_Medical/requirements.txt
06/17/2021 8:54 PM UTC
...