Skip to content

Commit

Permalink
feat: dockerise gentropy python package (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ochoa <[email protected]>
  • Loading branch information
ireneisdoomed and d0choa committed Apr 23, 2024
1 parent 900dd64 commit 78fcf1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3.10

RUN pip install poetry==1.7.1

COPY . .
RUN poetry install --without dev,docs,tests

ENTRYPOINT ["poetry", "run", "gentropy"]

0 comments on commit 78fcf1b

Please sign in to comment.