We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4030a5b commit 1beb92cCopy full SHA for 1beb92c
Dockerfile.cpu
@@ -10,6 +10,10 @@ ARG groupid=1000
10
ARG userid=1000
11
## end modify
12
13
+RUN apt-get update && apt-get install -y \
14
+ graphviz \
15
+ libgraphviz-dev
16
+
17
COPY ./requirements.txt /
18
RUN python3 -m pip install --upgrade pip
19
RUN pip install -r /requirements.txt
Dockerfile.gpu
0 commit comments