Skip to content

Commit

Permalink
minor change to kick off initial build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Sep 26, 2024
1 parent 28e7156 commit 921e3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/table_extraction/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN COMMIT_SHA="$(cat /extractionVersion.txt)" && \
tar -zxvf table-extraction.tar.gz && \
rm table-extraction.tar.gz && \
mv document_intelligence-* document_intelligence

WORKDIR /document_intelligence/document_intelligence/table_extractor
RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit 921e3ee

Please sign in to comment.