2021-10-09 14:48:00 UTC
2.57 GB
11.2.1
DEBIAN_FRONTENDnoninteractive
LANGC.UTF-8
LD_LIBRARY_PATH/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
NVARCHx86_64
NVIDIA_DRIVER_CAPABILITIEScompute,utility
NVIDIA_REQUIRE_CUDAcuda>=11.2 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=440,driver<441 driver>=450
NVIDIA_VISIBLE_DEVICESall
NV_CUDA_COMPAT_PACKAGEcuda-compat-11-2
NV_CUDA_CUDART_VERSION11.2.146-1
NV_ML_REPO_ENABLED1
NV_ML_REPO_URLhttps://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64
PATH/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 1.04% (27.2 MB)
[#001] sha256:1ad5f8a5dfc8f6de8b3c0cfc6cca51ab00cde78ed6a2ff85f7bd21a70a9873c6 - 0.29% (7.56 MB)
[#002] sha256:896d09e7c91fe5894814fe2a66547b6f646e51c4a06f9dba26d189503059ffb0 - 0.4% (10.5 MB)
[#003] sha256:3ecacd24229f8af1c730109c559cf633da56416e7a29afc1d8f3b41ec4b253aa - 0.0% (184 Bytes)
[#004] sha256:653a1d0c4ca99c7fdfe718718575a7afbadc0f16aad069b7ccb9056a8e73c4cb - 0.0% (6.28 KB)
[#005] sha256:d0cd1f26bd8a3f024cb7af7f70190335acca9a788fea26d2c32105ec0631e877 - 69.04% (1.77 GB)
[#006] sha256:e2674923485368315fb4f29d8b12775434cb4aff5bfd2014a618d61b44921313 - 7.62% (200 MB)
[#007] sha256:5f0f839692e582444d22606500d7961e4ebce16c9da995e8622ab67bba028c62 - 0.0% (7.65 KB)
[#008] sha256:1e70251fd06fa7713f60cf272e21fb77e9766408ac3144fe38d1d885770d9800 - 1.29% (33.9 MB)
[#009] sha256:edd9b33915ed201142fa3f3e18c10dced87950805560d5d80a6c329f3570774a - 0.15% (3.94 MB)
[#010] sha256:1d304246d79fe37affcf2fcf63739bac8b5e8c0bdd8670cdba0c64334eb47304 - 0.0% (170 Bytes)
[#011] sha256:b71a5ae3c660b205bc945948b1926d55e84650d0121566703a5f87797e77b9f2 - 20.18% (530 MB)
[#012] sha256:92653f90cedeefd68675ba515e7737f7c1d53b3a84dfc871534b087eb2b0c76b - 0.0% (1.06 KB)
[#013] sha256:446c528477b2b64c88286c174cd08d241b9e39f90e4d4c7acd77a8322e26b3ce - 0.0% (1.06 KB)
/bin/sh -c #(nop) ADD file:d2abf27fe2e8b0b5f4da68c018560c73e11c53098329246e3e6fe176698ef941 in /
2021-08-31 01:20:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV NVARCH=x86_64
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV NVIDIA_REQUIRE_CUDA=cuda>=11.2 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=440,driver<441 driver>=450
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV NV_CUDA_CUDART_VERSION=11.2.146-1
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-2
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV NV_ML_REPO_ENABLED=1
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV NV_ML_REPO_URL=https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)LABEL maintainer=NVIDIA CORPORATION <cudatools@nvidia.com>
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg2 curl ca-certificates && curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/${NVARCH}/7fa2af80.pub | apt-key add - && echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/${NVARCH} /" > /etc/apt/sources.list.d/cuda.list && if [ ! -z ${NV_ML_REPO_ENABLED} ]; then echo "deb ${NV_ML_REPO_URL} /" > /etc/apt/sources.list.d/nvidia-ml.list; fi && apt-get purge --autoremove -y curl && rm -rf /var/lib/apt/lists/* # buildkit
2021-09-17 19:03:28 UTC (buildkit.dockerfile.v0)ENV CUDA_VERSION=11.2.1
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends cuda-cudart-11-2=${NV_CUDA_CUDART_VERSION} ${NV_CUDA_COMPAT_PACKAGE} && ln -s cuda-11.2 /usr/local/cuda && rm -rf /var/lib/apt/lists/* # buildkit
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=amd64 /bin/sh -c echo "/usr/local/nvidia/lib" >> /etc/ld.so.conf.d/nvidia.conf && echo "/usr/local/nvidia/lib64" >> /etc/ld.so.conf.d/nvidia.conf # buildkit
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)COPY NGC-DL-CONTAINER-LICENSE / # buildkit
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)ENV NVIDIA_VISIBLE_DEVICES=all
2021-09-17 19:03:50 UTC (buildkit.dockerfile.v0)ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG ARCH
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG CUDA
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG CUDNN=8.1.0.77-1
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG CUDNN_MAJOR_VERSION=8
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG LIB_DIR_PREFIX=x86_64
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG LIBNVINFER=8.0.0-1
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ARG LIBNVINFER_MAJOR_VERSION=8
2021-10-09 12:40:41 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2021-10-09 12:40:41 UTC/bin/bash -c #(nop) SHELL [/bin/bash -c]
2021-10-09 12:43:05 UTC|7 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 /bin/bash -c apt-get update && apt-get install -y --no-install-recommends build-essential cuda-command-line-tools-${CUDA/./-} libcublas-${CUDA/./-} cuda-nvrtc-${CUDA/./-} libcufft-${CUDA/./-} libcurand-${CUDA/./-} libcusolver-${CUDA/./-} libcusparse-${CUDA/./-} curl libcudnn8=${CUDNN}+cuda${CUDA} libfreetype6-dev libhdf5-serial-dev libzmq3-dev pkg-config software-properties-common unzip
2021-10-09 12:43:40 UTC|7 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 /bin/bash -c [[ "${ARCH}" = "ppc64le" ]] || { apt-get update && apt-get install -y --no-install-recommends libnvinfer${LIBNVINFER_MAJOR_VERSION}=${LIBNVINFER}+cuda11.0 libnvinfer-plugin${LIBNVINFER_MAJOR_VERSION}=${LIBNVINFER}+cuda11.0 && apt-get clean && rm -rf /var/lib/apt/lists/*; }
2021-10-09 12:43:42 UTC/bin/bash -c #(nop) ENV LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
2021-10-09 12:43:43 UTC|7 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 /bin/bash -c ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1 && echo "/usr/local/cuda/lib64/stubs" > /etc/ld.so.conf.d/z-cuda-stubs.conf && ldconfig
2021-10-09 12:43:43 UTC/bin/bash -c #(nop) ENV LANG=C.UTF-8
2021-10-09 12:43:52 UTC|7 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 /bin/bash -c apt-get update && apt-get install -y python3 python3-pip
2021-10-09 12:43:57 UTC|7 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 /bin/bash -c python3 -m pip --no-cache-dir install --upgrade "pip<20.3" setuptools
2021-10-09 12:43:58 UTC|7 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 /bin/bash -c ln -s $(which python3) /usr/local/bin/python
2021-10-09 12:43:58 UTC/bin/bash -c #(nop) ARG TF_PACKAGE=tensorflow
2021-10-09 12:43:58 UTC/bin/bash -c #(nop) ARG TF_PACKAGE_VERSION=
2021-10-09 14:47:54 UTC|9 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.7.0rc0 /bin/bash -c python3 -m pip install --no-cache-dir ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
2021-10-09 14:48:00 UTC/bin/bash -c #(nop) COPY file:825d2979d5763ade5296befd951489b172d539e75da274b3fe0b3998ef07bc3a in /etc/bash.bashrc
2021-10-09 14:48:00 UTC|9 ARCH= CUDA=11.2 CUDNN=8.1.0.77-1 CUDNN_MAJOR_VERSION=8 LIBNVINFER=8.0.0-1 LIBNVINFER_MAJOR_VERSION=8 LIB_DIR_PREFIX=x86_64 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.7.0rc0 /bin/bash -c chmod a+rwx /etc/bash.bashrc
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.