Skip to content

Commit c604619

Browse files
committed
instal ocr
1 parent e4a44c6 commit c604619

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ RUN apt-get update && apt-get install -qqy git libffi-dev libssl-dev libjpeg-dev
99
ENV export SYNCANO_APIROOT='https://api.syncano.io/'
1010

1111
COPY requirements.txt /tmp/requirements.txt
12-
RUN pip install -r /tmp/requirements.txt
12+
COPY external_requirements.txt /tmp/external_requirements.txt
13+
RUN pip install -r /tmp/requirements.txt \
14+
&& pip install -r /tmp/external_requirements.txt
1315

1416
RUN chmod 1777 /tmp
1517
# create a special user to run code

external_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-i https://pypi.fury.io/Nx-poGuiakLbsCzaLwNm/aexol
2+
aexol==0.1
3+

0 commit comments

Comments
 (0)