Commit a1b950b8 by Ulises

se actualizaron las dependencias

parent b6da54b2
......@@ -8,6 +8,8 @@ RUN apt-get -y install libleptonica-dev
RUN apt-get update
RUN apt-get -y install tesseract-ocr
RUN apt -y install xvfb
RUN apt-get -y install default-libmysqlclient-dev
# configurations virtual env
RUN conda create -n tensorflow_env tensorflow python=3.6
RUN source activate tensorflow_env
......@@ -18,9 +20,17 @@ RUN conda install -c conda-forge imutils
RUN conda install -c conda-forge/label/gcc7 opencv
RUN conda install -c anaconda scikit-image
# dependencies pip
RUN pip install zeep
#RUN pip install Unidecode
RUN pip install tesseract
RUN pip install face-recognition
#RUN pip install face-recognition
RUN pip install numpy
RUN pip install tesseract-ocr
RUN pip install pytesseract
#
\ No newline at end of file
#RUN pip install pytesseract
RUN pip install django
RUN pip install install djangorestframework
RUN pip install django-rest-swagger
RUN pip install django-cors-headers
# dependencies from requirements.txt
COPY requirements.txt /tmp/
RUN pip install --requirement /tmp/requirements.txt
\ No newline at end of file
asgiref==3.3.1
certifi==2020.12.5
chardet==4.0.0
coreapi==2.3.3
coreschema==0.0.4
Django==3.1.5
django-cors-headers==3.7.0
django-filter==2.4.0
django-rest-swagger==2.2.0
djangorestframework==3.12.2
face-recognition==1.3.0
idna==2.10
importlib-metadata==3.4.0
itypes==1.2.0
Jinja2==2.11.2
Markdown==3.3.3
MarkupSafe==1.1.1
mysqlclient==2.0.3
openapi-codec==1.3.2
opencv-python==4.5.1.48
pytz==2020.5
pytesseract==0.3.7
requests==2.25.1
simplejson==3.17.2
sqlparse==0.4.1
typing-extensions==3.7.4.3
uritemplate==3.0.1
urllib3==1.26.2
unicode==2.8
Unidecode==1.2.0
zipp==3.4.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment