Skip to content

Commit

Permalink
Merge branch 'dev' into yt_sumstat_qc
Browse files Browse the repository at this point in the history
  • Loading branch information
addramir committed Apr 23, 2024
2 parents 42a77d3 + 82b8a7c commit 5492a34
Show file tree
Hide file tree
Showing 5 changed files with 2,592 additions and 2 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"]
Loading

0 comments on commit 5492a34

Please sign in to comment.