Skip to content

Commit d422f82

Browse files
committed
Merge branch 'dev' into prod
2 parents 95905d0 + 9c1d0f1 commit d422f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN mkdir /root/wheels
1010

1111
RUN pip wheel -w /root/wheels --no-deps jsonnet
1212

13-
RUN pip wheel -w /root/wheels --no-deps git+https://github.com/trustgraph-ai/trustgraph-templates
13+
RUN pip wheel -w /root/wheels --no-deps --no-cache-dir \
14+
git+https://github.com/trustgraph-ai/trustgraph-templates
1415

1516
COPY config-ui /root/config-ui/
1617

0 commit comments

Comments
 (0)