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 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-pdf \
|
||||
texlive \
|
||||
texlive-lang-cyrillic \
|
||||
texlive-extra-utils \
|
||||
& rm -rf /var/lib/apt/lists/*
|
||||
texmf-dist-langcyrillic \
|
||||
texmf-dist-latexextra
|
||||
|
||||
ENV UV_COMPILE_BYTECODE=1
|
||||
ENV UV_LINK_MODE=copy
|
||||
|
@ -11,5 +11,5 @@ ingress:
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 60Mi
|
||||
cpu: 150m
|
||||
memory: 128Mi
|
||||
|
Reference in New Issue
Block a user