2025-12-16 05:45:33 UTC
12 GB
noninteractive
LANGen_US.UTF-8
LANGUAGEen_US:en
PATH/root/miniconda/envs/vllm_kunlun_0.10.1.1/bin/:/root/miniconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm-256color
TZAsia/Shanghai
[#000] sha256:e573979f5081f39d8f12d1ebe77f347a662dbc42b84c785396daaeca6f9d0b6d - 0.22% (27.3 MB)
[#001] sha256:6f03c52bf36cdacd3cf6849d056afe161b9f891c290ffd212a6ad6aae73c99c9 - 4.1% (502 MB)
[#002] sha256:b5ab444629912ba924bdb7a1d953440281032c72c00ba762e4dad4b8546c8da3 - 24.77% (2.96 GB)
[#003] sha256:ee3a5a9ae5e81013fcfe16e00fcf3fb9dee8f70601b456aa7fc131debfe86379 - 2.85% (349 MB)
[#004] sha256:cb0865e611d4d48e66126c79b9bef405b31c6c25c250080f437b7be3a4dbc26c - 0.12% (14.3 MB)
[#005] sha256:aa496826d985dfdbdc19bd8564a55d0c53302d995c46f25f019bf5aabd1d4c1f - 0.42% (51.3 MB)
[#006] sha256:da48723c19c39037d1c62b9ef7a522e687b4d756b655206212a7d9863eb36ad2 - 23.02% (2.75 GB)
[#007] sha256:9fa9d40b48a863d2c1bf04f7b62a29f26bafd15d365c51955a43b7e56d16f989 - 2.07% (254 MB)
[#008] sha256:38c3af017e6da1db9751981f5fba996dca61f2ff764c32cf700aeba9f54b77de - 0.0% (98 Bytes)
[#009] sha256:b3783e551b0035903015e899b6d462bb0fb7538701bbe01dfb19660746498d4b - 4.17% (511 MB)
[#010] sha256:6854d98142d0698ba53fef5d3f131a96fcc36c5b76ca20f37dd3a04eb813af4e - 1.77% (217 MB)
[#011] sha256:9d06df27d27c4d80e93717ddbdd5e6c0d57137f5761c1a1fdb9d000551f578f2 - 0.05% (5.73 MB)
[#012] sha256:46b5e8d3dec3f5bc2382d7d101b7c36feb03223fc7f05c012ef734b5332a40f8 - 36.12% (4.32 GB)
[#013] sha256:51bbc743251c749d330dda1f1f3fd2739c98e24a0f8b072b01ff5ff0c56582d1 - 0.26% (31.9 MB)
[#014] sha256:f704e79fdd3e806c1c7df2ffc114862279bd6664e1c56f66c071e17081eb4008 - 0.06% (6.84 MB)
[#015] sha256:a70a5b684f83bf3a206921654b56dc3aaf34ccff02f4da380a43992e0e8bb76a - 0.0% (231 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2025-04-08 10:42:48 UTC/bin/sh -c #(nop) ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 in /
2025-04-08 10:42:48 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-08-18 20:23:51 -0700 (buildkit.dockerfile.v0)LABEL version=v0.37_base
2025-08-18 20:23:51 -0700 (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2025-08-18 20:23:51 -0700 (buildkit.dockerfile.v0)ENV PATH=/root/miniconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-08-18 20:23:51 -0700 (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2025-08-18 20:23:51 -0700 (buildkit.dockerfile.v0)ENV LANG=zh_CN.UTF-8
2025-08-18 20:23:51 -0700 (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update -y && apt-get install -y sudo openssh-server git curl zip unzip wget pciutils build-essential python3-pip libjpeg-dev zlib1g-dev gdb lsof lcov gcovr clang clang-tidy ninja-build autoconf make libcurl4-openssl-dev rdma-core libibverbs-dev librdmacm-dev mpich fuse kmod numactl vim tmux tree locales locales-all flex swig tk debhelper libltdl-dev libusb-1.0-0 tcl chrpath pkg-config graphviz bison silversearcher-ag && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2025-08-18 20:30:36 -0700 (buildkit.dockerfile.v0)RUN /bin/sh -c wget https://bd.bcebos.com/klx-pytorch-ipipe-bd/xacc_dependencies/migrated_from_customer/xmlir/tools/oh-my-tmux.tar.gz && tar -zxvf oh-my-tmux.tar.gz && cp -rf oh-my-tmux /root/.tmux && ln -s -f /root/.tmux/.tmux.conf /root/.tmux.conf && cp /root/.tmux/.tmux.conf.local /root/ && sed -i "s/#set -g history-limit 5000/set -g history-limit 1000000/g" /root/.tmux.conf.local && rm -f oh-my-tmux.tar.gz && wget https://su.bcebos.com/klx-sdk-release-public/xmlir/xcudart/xtoolchain/cuda_11.7.1_515.65.01_linux.run -O cuda_11.7.1_515.65.01_linux.run && chmod +x cuda_11.7.1_515.65.01_linux.run && ./cuda_11.7.1_515.65.01_linux.run --silent --toolkit && rm -rf ./cuda_11.7.1_515.65.01_linux.run && wget https://bd.bcebos.com/klx-pytorch-ipipe-bd/xacc_dependencies/migrated_from_customer/zhiyuan/dependency/ccache_3.7.7-1_amd64.deb && dpkg -i ccache_3.7.7-1_amd64.deb && ccache -M 50G && wget https://bd.bcebos.com/klx-pytorch-ipipe-bd/xacc_dependencies/migrated_from_customer/zhiyuan/dependency/cmake-3.22.2-linux-x86_64.sh && chmod +x ./cmake-3.22.2-linux-x86_64.sh && mkdir -p /opt/cmake-3.22.2 && ./cmake-3.22.2-linux-x86_64.sh --prefix=/opt/cmake-3.22.2 --exclude-subdir && ln -sf /opt/cmake-3.22.2/bin/* /usr/bin/ && ln -sf /opt/cmake-3.22.2/bin/cmake /usr/bin/cmake && rm -f ccache_3.7.7-1_amd64.deb && rm -f cmake-3.22.2-linux-x86_64.sh # buildkit
2025-08-18 20:31:31 -0700 (buildkit.dockerfile.v0)RUN /bin/sh -c wget --no-check-certificate -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && bash Miniconda3-latest-Linux-x86_64.sh -b -p /root/miniconda && sed -i 's/ defaults/ conda-forge/g' /root/miniconda/.condarc && rm Miniconda3-latest-Linux-x86_64.sh && conda init bash # buildkit
2025-08-18 20:31:31 -0700 (buildkit.dockerfile.v0)CMD ["/bin/bash" "-l"]
2025-12-16 03:34:20 UTCbash -c #(nop) SHELL [bash -c]
2025-12-16 03:34:20 UTCbash -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2025-12-16 04:08:30 UTCbash -c export http_proxy=http://10.63.229.53:8891 && export https_proxy=http://10.63.229.53:8891 && apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata vim net-tools gcc g++ cmake libnuma-dev wget tmux curl software-properties-common && apt-get clean && rm -rf /var/lib/apt/lists/*
2025-12-16 05:04:16 UTCbash -c export http_proxy=http://10.63.229.53:8891 && export https_proxy=http://10.63.229.53:8891 && conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ && conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r/ && conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2/ && conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ && conda init && conda create --name vllm_kunlun_0.10.1.1 python=3.10.15 -y && conda run -n vllm_kunlun_0.10.1.1 && echo "conda activate vllm_kunlun_0.10.1.1" >> ~/.bashrc && source activate vllm_kunlun_0.10.1.1 && python -V && conda clean -afy
2025-12-16 05:35:58 UTCbash -c export http_proxy=http://10.63.229.53:8891 && export https_proxy=http://10.63.229.53:8891 && source activate vllm_kunlun_0.10.1.1 && pip install torch==2.5.1+cu118 torchvision==0.20.1+cu118 torchaudio==2.5.1+cu118 --index-url https://download.pytorch.org/whl/cu118 && pip cache purge && rm -rf /root/.cache/pip
2025-12-16 05:38:23 UTCbash -c source activate vllm_kunlun_0.10.1.1 && export http_proxy=http://10.63.229.53:8891 && export https_proxy=http://10.63.229.53:8891 && pip install setuptools==80.9.0 cuda_mock==1.1.1 hyperparameter==0.5.6 black==23.3.0 lark==1.2.2 networkx wheel PyYAML==6.0.2 ipython h5py regex==2024.9.11 colorama==0.4.6 pynvml==11.5.3 nvidia-cuda-runtime-cu11 tabulate==0.9.0 openpyxl==3.1.5 pandas prettytable pytest==8.1.0 pytest-repeat==0.9.3 pytest-timeout==2.3.1 py==1.11.0 datasets==2.16.0 pydantic==2.9.2 psutil==6.1.0 einops==0.8.0 pytest-html==4.1.1 py-cpuinfo pytest-timeout==2.3.1 termcolor jsonlines==4.0.0 tiktoken qwen_vl_utils filetype fastapi==0.112.1 fire py-cpuinfo transformers==4.57.1 gradio==4.0.0 sse-starlette trl==0.8.6 uvicorn accelerate==0.30.1 --index-url https://pip.baidu-int.com/simple/ && pip cache purge && rm -rf /root/.cache/pip
2025-12-16 05:38:24 UTCbash -c #(nop) ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LANGUAGE=en_US:en TERM=xterm-256color PATH=/root/miniconda/envs/vllm_kunlun_0.10.1.1/bin/:/root/miniconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-12-16 05:38:24 UTCbash -c #(nop) WORKDIR /workspace
2025-12-16 05:38:32 UTCbash -c wget https://su.bcebos.com/v1/klx-sdk-release-public/xccl/resource/MLNX_OFED_LINUX-24.01-0.3.3.1-ubuntu20.04-x86_64.tgz && tar -xf MLNX_OFED_LINUX-24.01-0.3.3.1-ubuntu20.04-x86_64.tgz
2025-12-16 05:38:33 UTCbash -c #(nop) WORKDIR /workspace/MLNX_OFED_LINUX-24.01-0.3.3.1-ubuntu20.04-x86_64
2025-12-16 05:38:50 UTCbash -c apt-get install -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' flex swig tk debhelper libltdl-dev libusb-1.0-0 tcl chrpath pkg-config graphviz bison && ./mlnxofedinstall --user-space-only --skip-distro-check --without-fw-update --force && rm -rf /workspace/MLNX_OFED_LINUX-24.01-0.3.3.1-ubuntu20.04-x86_64* && apt-get clean && rm -rf /var/lib/apt/lists/*
2025-12-16 05:38:50 UTCbash -c #(nop) WORKDIR /workspace
2025-12-16 05:38:50 UTCbash -c #(nop) COPY dir:a38d4f67f7db6202f2b65afe5efa9ff8df0e93224626e12b2dd8d341dc40d805 in /workspace/vllm-kunlun/
2025-12-16 05:45:26 UTCbash -c export http_proxy=http://10.63.229.53:8891 && export https_proxy=http://10.63.229.53:8891 && source activate vllm_kunlun_0.10.1.1 && cd /workspace/vllm-kunlun && bash dockerfile/install.sh && rm -rf /workspace/vllm-kunlun/build/ && rm -rf /workspace/vllm-kunlun/vllm_kunlun.egg-info/
2025-12-16 05:45:30 UTCbash -c #(nop) WORKDIR /workspace
2025-12-16 05:45:31 UTCbash -c #(nop) COPY dir:21b6a695aa37ee5b2009ac2033fa5a7d3cb41602a1a0798b9a0e8c5ff50de691 in /workspace/xre-Linux-x86_64-5.2.0.0/
2025-12-16 05:45:32 UTCbash -c mv /workspace/xre-Linux-x86_64-5.2.0.0/bin/* /usr/local/bin/ && mv /workspace/xre-Linux-x86_64-5.2.0.0/so/* /lib/x86_64-linux-gnu/ && rm -rf /workspace/xre-Linux-x86_64-5.2.0.0/
2025-12-16 05:45:33 UTCbash -c rm -rf /root/.cache /root/.conda /tmp/*
2025-12-16 05:45:33 UTCbash -c #(nop) CMD ["/bin/bash"]
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.