Skip to content

Commit

Permalink
Merge pull request #32 from notAI-tech/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
preetham authored Aug 28, 2020
2 parents d5b5656 + 4da53bf commit ee78038
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 912 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM ubuntu:18.04
FROM python:3.7-slim-buster
LABEL author "Preetham Kamidi <[email protected]>"
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
ENV VERIFYTWEET_RUN_FOR_WEB=true
RUN apt-get update && \
apt-get install -y python3-dev python3-pip git \
imagemagick tesseract-ocr libtesseract-dev
apt-get install -y git build-essential \
libblas-dev liblapack-dev libatlas-base-dev gfortran \
imagemagick tesseract-ocr libtesseract-dev libffi-dev
WORKDIR /app
COPY . .
RUN pip3 install pipenv && \
python3 -m pipenv install
RUN pip install -r requirements.txt
ENTRYPOINT ["/app/entrypoint.sh"]
72 changes: 0 additions & 72 deletions Pipfile

This file was deleted.

Loading

0 comments on commit ee78038

Please sign in to comment.