paper-reproducer (latest)

Published 2026-03-03 14:47:03 +00:00 by 蔡则宇

Installation

docker pull git.pku.edu.cn/2200011363/paper-reproducer:latest
sha256:71c5c042a4f3634d06a4f9a2057d7f61f65c6ae3f856bd190edaac4226351bba

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 UV_BREAK_SYSTEM_PACKAGES=1
|3 ALL_PROXY=socks5://162.105.151.134:27890 HTTPS_PROXY=http://162.105.151.134:27890 HTTP_PROXY=http://162.105.151.134:27890 /bin/sh -c uv pip install --system --python /usr/local/bin/python3 magnus-sdk==0.6.2
CMD ["/bin/bash"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-03-03 14:47:03 +00:00
1
OCI / Docker
linux/amd64
116 MiB
Versions (1) View all
latest 2026-03-03