Skip to content

Commit d3a3a4d

Browse files
Merge pull request #18 from clamsproject/ocr
OCR/JSTree, UV Integration
2 parents 32a2f5a + 9ef0630 commit d3a3a4d

28 files changed

+1321
-403
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM python:3.6-slim-buster
22

3+
# Additional required files for openCV
4+
RUN apt-get update
5+
RUN apt-get install ffmpeg libsm6 libxext6 -y
6+
37
WORKDIR ./app
48

59
COPY ./requirements.txt .

0 commit comments

Comments
 (0)