2023-03-29 10:05:21 UTC
2.24 GB
compute,utility
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:06d39c85623a79eb68b6cac39f4c4aba8834873ee5fc27be9d9d7655e6313c26 - 1.14% (26.2 MB)
[#001] sha256:d50c7470b1034c4724ac6b18629a51936e8853195b828e74ae75318f14401029 - 3.65% (83.7 MB)
[#002] sha256:266cfc7d59f6d63b11202a60a0a2be0aab2535fbbda7a3bb2dec4ace5af59103 - 2.98% (68.4 MB)
[#003] sha256:07ac4791db2bc21da24c85bb003b0fa503cc6b277b2339ec3398ba4c930a1118 - 92.23% (2.07 GB)
[#004] sha256:31412f6044bb67cffbb8516c54074c1230f1106bdd6418b5e87525620096f802 - 0.0% (98 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:41:24 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:41:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:41:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-03-08 04:41:26 UTC/bin/sh -c #(nop) ADD file:20f2ff22b9a8ca9bec5178036c9ebc525a12cd4312daf5d14a9a631a30be20e1 in /
2023-03-08 04:41:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-29 09:51:45 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
2023-03-29 09:52:19 UTC/bin/sh -c apt update && apt install -y wget build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev libbz2-dev liblzma-dev && apt clean && rm -rf /var/lib/apt/lists/*
2023-03-29 09:52:19 UTC/bin/sh -c #(nop) ARG PYTHON_VERSION
2023-03-29 10:02:09 UTC|1 PYTHON_VERSION=3.9.12 /bin/sh -c cd /tmp && wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && tar -xvf Python-${PYTHON_VERSION}.tgz && cd Python-${PYTHON_VERSION} && ./configure --enable-optimizations && make && make install && cd .. && rm Python-${PYTHON_VERSION}.tgz && rm -r Python-${PYTHON_VERSION} && ln -s /usr/local/bin/python3 /usr/local/bin/python && ln -s /usr/local/bin/pip3 /usr/local/bin/pip && python -m pip install --upgrade pip && rm -r /root/.cache/pip
2023-03-29 10:02:09 UTC/bin/sh -c #(nop) ARG PYTORCH_VERSION
2023-03-29 10:02:10 UTC/bin/sh -c #(nop) ARG PYTORCH_VERSION_SUFFIX
2023-03-29 10:02:11 UTC/bin/sh -c #(nop) ARG TORCHVISION_VERSION
2023-03-29 10:02:12 UTC/bin/sh -c #(nop) ARG TORCHVISION_VERSION_SUFFIX
2023-03-29 10:02:13 UTC/bin/sh -c #(nop) ARG TORCHAUDIO_VERSION
2023-03-29 10:02:14 UTC/bin/sh -c #(nop) ARG TORCHAUDIO_VERSION_SUFFIX
2023-03-29 10:02:15 UTC/bin/sh -c #(nop) ARG PYTORCH_DOWNLOAD_URL
2023-03-29 10:05:20 UTC|8 PYTHON_VERSION=3.9.12 PYTORCH_DOWNLOAD_URL=https://download.pytorch.org/whl/torch_stable.html PYTORCH_VERSION=1.10.0 PYTORCH_VERSION_SUFFIX=+cu111 TORCHAUDIO_VERSION=0.10.0 TORCHAUDIO_VERSION_SUFFIX=+cu111 TORCHVISION_VERSION=0.11.0 TORCHVISION_VERSION_SUFFIX=+cu111 /bin/sh -c if [ ! $TORCHAUDIO_VERSION ]; then TORCHAUDIO=; else TORCHAUDIO=torchaudio==${TORCHAUDIO_VERSION}${TORCHAUDIO_VERSION_SUFFIX}; fi && if [ ! $PYTORCH_DOWNLOAD_URL ]; then pip install torch==${PYTORCH_VERSION}${PYTORCH_VERSION_SUFFIX} torchvision==${TORCHVISION_VERSION}${TORCHVISION_VERSION_SUFFIX} ${TORCHAUDIO}; else pip install torch==${PYTORCH_VERSION}${PYTORCH_VERSION_SUFFIX} torchvision==${TORCHVISION_VERSION}${TORCHVISION_VERSION_SUFFIX} ${TORCHAUDIO} -f ${PYTORCH_DOWNLOAD_URL}; fi && rm -r /root/.cache/pip
2023-03-29 10:05:21 UTC/bin/sh -c #(nop) WORKDIR /workspace
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.