End to end tests
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m42s
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m42s
This commit is contained in:
parent
c67bb02173
commit
2218c9a84c
26 changed files with 1016 additions and 37 deletions
8
faceai/docker/processor.Dockerfile
Normal file
8
faceai/docker/processor.Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM node:22-trixie-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install -y --no-install-recommends libxcb1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
Loading…
Add table
Add a link
Reference in a new issue