feat: Change model creation to have better control and model

Refs:: OPS-12
This commit is contained in:
Alivecow 2025-03-17 15:42:53 +01:00
parent fb5c28c891
commit aeb3875564
3 changed files with 78 additions and 53 deletions

View file

@ -10,7 +10,7 @@ WORKDIR /app
COPY . .
# Install dependencies
RUN apk add curl
RUN apk add curl bash jq
RUN pip install poetry
RUN poetry install