You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy
ENV PATH="/app/.venv/bin:$PATH"
COPY . /app
RUN uv sync --frozen --no-dev
RUN sed -i 's|href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css"|href="/assets/katex.min.css"|' /app/.venv/lib/python3.12/site-packages/chainlit/frontend/dist/index.html
RUN mv /app/src/public/katex.min.css /app/.venv/lib/python3.12/site-packages/chainlit/frontend/dist/assets