• Joined on 2026-05-28

thesis-review (8a042d1f1b0c0fea990b67f95ad1c2d5c2a8e7b9)

Published 2026-07-02 12:49:25 +08:00 by gqt

Installation

docker pull git.gqt.plus/gqt/thesis-review:8a042d1f1b0c0fea990b67f95ad1c2d5c2a8e7b9
sha256:edc3dc73bdc5ec7c035d36c80f372fa68f36797f898491e8c4760c9838ad85df

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
ENV PATH=/root/.local/bin:/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV SOFFICE_BIN=/usr/bin/soffice
ENV PYTHONPATH=/app/src
ENV UV_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
/bin/sh -c set -eux; find /etc/apt -type f \( -name 'sources.list' -o -name '*.sources' \) -exec sed -i -e 's|http://ports.ubuntu.com/ubuntu-ports|http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports|g' -e 's|http://archive.ubuntu.com/ubuntu|http://mirrors.tuna.tsinghua.edu.cn/ubuntu|g' -e 's|http://security.ubuntu.com/ubuntu|http://mirrors.tuna.tsinghua.edu.cn/ubuntu|g' {} +; printf '%s\n' 'Acquire::Retries "5";' 'Acquire::http::Timeout "30";' 'Acquire::https::Timeout "30";' > /etc/apt/apt.conf.d/80-retries; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl fontconfig fonts-noto-cjk fonts-noto-cjk-extra libreoffice-writer python3 python3-pip python3-uno python3-venv; rm -rf /var/lib/apt/lists/*
/bin/sh -c curl -LsSf https://astral.sh/uv/install.sh | sh
WORKDIR /app
COPY multi:f7802fc66b738b46752555407263b50d10a5ab760602ff27199acbcb6b3320e4 in ./
/bin/sh -c uv venv --python 3.12 --system-site-packages /opt/venv && UV_PROJECT_ENVIRONMENT=/opt/venv uv sync --frozen
COPY dir:ce152deb588dae8b4da8f4daf74f9c1a9cf7108194d7936512473798952ff0d3 in ./src
COPY dir:f761dab53e828aa4a7d1bfab4aae9fb1d204259e52edade387b065b42a370124 in ./docs/rules
EXPOSE 8000
CMD ["/opt/venv/bin/python" "-m" "uvicorn" "thesis_review.interfaces.web.app:app" "--host" "0.0.0.0" "--port" "8000"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-07-02 12:49:25 +08:00
0
OCI / Docker
linux/amd64
485 MiB
Versions (24) View all