knowledge-distiller (latest)

Published 2026-03-05 09:20:44 +00:00 by 蔡则宇_2200011363

Installation

docker pull git.pku.edu.cn/2200011363/knowledge-distiller:latest
sha256:74d0f2098829f54a0a83d4fa405125dd331c9083391ec070c80774178bda1bdc

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
ARG HTTP_PROXY
ARG HTTPS_PROXY
ARG ALL_PROXY
|3 ALL_PROXY=socks5://127.0.0.1:17890 HTTPS_PROXY=http://127.0.0.1:17890 HTTP_PROXY=http://127.0.0.1:17890 /bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends curl ca-certificates git && rm -rf /var/lib/apt/lists/*
COPY file:2e71d8271f52757bca0508a54fa31660e8d1ea7ba580232a7358bbdfbb6875f7 in /usr/local/bin/uv
|3 ALL_PROXY=socks5://127.0.0.1:17890 HTTPS_PROXY=http://127.0.0.1:17890 HTTP_PROXY=http://127.0.0.1:17890 /bin/sh -c chmod +x /usr/local/bin/uv
ENV UV_PYTHON_INSTALL_DIR=/opt/uv/python
ENV UV_CACHE_DIR=/opt/uv/cache
ENV UV_LINK_MODE=copy
|3 ALL_PROXY=socks5://127.0.0.1:17890 HTTPS_PROXY=http://127.0.0.1:17890 HTTP_PROXY=http://127.0.0.1:17890 /bin/sh -c uv python install 3.14 && ln -sf $(uv python find 3.14) /usr/local/bin/python3 && ln -sf $(uv python find 3.14) /usr/local/bin/python
CMD ["/bin/bash"]
ARG HTTP_PROXY
ARG HTTPS_PROXY
ARG ALL_PROXY
ENV http_proxy=http://162.105.151.134:27890 https_proxy=http://162.105.151.134:27890 all_proxy=http://162.105.151.134:27890 HTTP_PROXY=http://162.105.151.134:27890 HTTPS_PROXY=http://162.105.151.134:27890 ALL_PROXY=http://162.105.151.134:27890
/bin/sh -c curl -fsSL https://nodejs.org/dist/v20.19.4/node-v20.19.4-linux-x64.tar.gz -o /tmp/node.tar.gz && tar -xzf /tmp/node.tar.gz -C /usr/local --strip-components=1 && rm /tmp/node.tar.gz
/bin/sh -c npm install -g @anthropic-ai/claude-code
COPY file:e7ec7ce9ecb74ba31465a68fd16e3c42cd1063c5fa5f0632245c64a8791dca90 in /tmp/gh.tar.gz
/bin/sh -c tar -xzf /tmp/gh.tar.gz -C /usr/local --strip-components=1 && rm /tmp/gh.tar.gz
COPY file:3d0f943b4ef1c5c1b115f62553b60432ddd83722b8f0f0b6845609cd1cb8e95f in /tmp/docker.tgz
/bin/sh -c tar -xzf /tmp/docker.tgz -C /tmp && mv /tmp/docker/docker /usr/local/bin/docker && rm -rf /tmp/docker /tmp/docker.tgz
ENV UV_BREAK_SYSTEM_PACKAGES=1
/bin/sh -c uv pip install --system --python /usr/local/bin/python3 magnus-sdk==0.6.2 && ln -sf /opt/uv/python/cpython-*/bin/magnus /usr/local/bin/magnus
COPY dir:b39203997e79ff1f2323aa43320b65288670660821fd71702599bd1278909a16 in /prbench/references/
ENV http_proxy= https_proxy= all_proxy= HTTP_PROXY= HTTPS_PROXY= ALL_PROXY=
CMD ["/bin/bash"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-03-05 09:20:44 +00:00
7
OCI / Docker
linux/amd64
361 MiB
Versions (1) View all
latest 2026-03-05