[add] graphviz
This commit is contained in:
parent
e195c3a9f1
commit
999c503294
6 changed files with 98 additions and 0 deletions
10
graphviz/Dockerfile
Normal file
10
graphviz/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM alpine:3
|
||||
|
||||
RUN apk add --no-cache \
|
||||
graphviz python3 py-pip
|
||||
|
||||
ADD requirements.txt ./
|
||||
RUN pip3 install -r requirements.txt --break-system-packages
|
||||
|
||||
ADD server.py ./
|
||||
CMD hug -f server.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue