Skip to content

Commit f8ac69a

Browse files
committed
Merge pull request Syncano#18 from Syncano/ocr_lib
Install ocr lib
2 parents e4a44c6 + 1795653 commit f8ac69a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ FROM python:2.7
22

33
MAINTAINER "Syncano DevOps Team" <devops@syncano.com>
44

5-
ENV LAST_REFRESHED 2015-12-09
5+
ENV LAST_REFRESHED 2015-12-10
66

77
RUN apt-get update && apt-get install -qqy git libffi-dev libssl-dev libjpeg-dev
88

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)