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 288a534 commit fca1d08Copy full SHA for fca1d08
Containerfile
@@ -15,6 +15,9 @@ RUN mkdir -p /root/src
15
RUN git clone https://github.com/trustgraph-ai/trustgraph-templates \
16
/root/src/templates
17
18
+# Just some debug to check right thing got build
19
+RUN cat /root/src/templates/trustgraph_configurator/templates/index.json
20
+
21
RUN pip wheel -w /root/wheels --no-deps /root/src/templates
22
23
COPY config-ui /root/config-ui/
@@ -30,6 +33,8 @@ COPY --from=build /root/wheels /root/wheels
30
33
RUN apk add --update --no-cache --no-progress python3 py3-pip \
31
34
py3-aiohttp
32
35
36
+RUN ls /root/wheels
37
38
RUN \
39
pip install /root/wheels/* && \
40
pip cache purge && \
0 commit comments