Skip to content

Commit

Permalink
use poetry & update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Oct 10, 2023
1 parent ff670ef commit 3818f45
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5-slim-bookworm
FROM python:3.11.6-slim-bookworm
COPY . /kmua
WORKDIR /kmua
RUN apt-get update && apt-get install graphviz -y && pip install -r requirements.txt
Expand Down
Loading

0 comments on commit 3818f45

Please sign in to comment.