mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix container build (#325)
This commit is contained in:
parent
c759d55734
commit
322725be04
1 changed files with 2 additions and 2 deletions
|
|
@ -22,12 +22,12 @@ RUN pip3 install --no-cache-dir pytesseract pulsar-client==3.5.0
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
|
||||||
COPY trustgraph-base/ /root/build/trustgraph-base/
|
COPY trustgraph-base/ /root/build/trustgraph-base/
|
||||||
COPY trustgraph-tesseract/ /root/build/trustgraph-tesseract/
|
COPY trustgraph-ocr/ /root/build/trustgraph-ocr/
|
||||||
|
|
||||||
WORKDIR /root/build/
|
WORKDIR /root/build/
|
||||||
|
|
||||||
RUN pip3 wheel -w /root/wheels/ --no-deps ./trustgraph-base/
|
RUN pip3 wheel -w /root/wheels/ --no-deps ./trustgraph-base/
|
||||||
RUN pip3 wheel -w /root/wheels/ --no-deps ./trustgraph-tesseract/
|
RUN pip3 wheel -w /root/wheels/ --no-deps ./trustgraph-ocr/
|
||||||
|
|
||||||
RUN ls /root/wheels
|
RUN ls /root/wheels
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue