mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
Actor: Add Docker image metadata labels
Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
parent
e1adc4ee8f
commit
ac7c5053f0
@ -1,5 +1,8 @@
|
|||||||
FROM python:3.11-slim-bookworm
|
FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
|
LABEL maintainer="Vaclav Vancura <@vancura>"
|
||||||
|
LABEL description="Apify Actor for document processing using Docling"
|
||||||
|
LABEL version="1.0.0"
|
||||||
|
|
||||||
RUN groupadd -r appuser && useradd -r -g appuser -s /sbin/nologin appuser && \
|
RUN groupadd -r appuser && useradd -r -g appuser -s /sbin/nologin appuser && \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user