Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e13c10c92e
|
|||
2c1dff6764
|
10
Dockerfile
10
Dockerfile
@ -1,13 +1,13 @@
|
|||||||
FROM ghcr.io/astral-sh/uv:0.7.19 AS uv
|
FROM ghcr.io/astral-sh/uv:0.7.19 AS uv
|
||||||
|
|
||||||
FROM python:3.11-bookworm
|
FROM python:3.11-alpine3.19
|
||||||
|
|
||||||
RUN apt update && apt install -y \
|
RUN apk update && apk add --no-cache \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
imagemagick-pdf \
|
||||||
texlive \
|
texlive \
|
||||||
texlive-lang-cyrillic \
|
texmf-dist-langcyrillic \
|
||||||
texlive-extra-utils \
|
texmf-dist-latexextra
|
||||||
& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
ENV UV_COMPILE_BYTECODE=1
|
ENV UV_COMPILE_BYTECODE=1
|
||||||
ENV UV_LINK_MODE=copy
|
ENV UV_LINK_MODE=copy
|
||||||
|
@ -11,5 +11,5 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 150m
|
||||||
memory: 60Mi
|
memory: 128Mi
|
||||||
|
Reference in New Issue
Block a user