mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
feat: Change model creation to have better control and model
Refs:: OPS-12
This commit is contained in:
parent
fb5c28c891
commit
aeb3875564
3 changed files with 78 additions and 53 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue