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.
2 parents 95905d0 + 9c1d0f1 commit d422f82Copy full SHA for d422f82
Containerfile
@@ -10,7 +10,8 @@ RUN mkdir /root/wheels
10
11
RUN pip wheel -w /root/wheels --no-deps jsonnet
12
13
-RUN pip wheel -w /root/wheels --no-deps git+https://github.com/trustgraph-ai/trustgraph-templates
+RUN pip wheel -w /root/wheels --no-deps --no-cache-dir \
14
+ git+https://github.com/trustgraph-ai/trustgraph-templates
15
16
COPY config-ui /root/config-ui/
17
0 commit comments