Skip to content

Commit

Permalink
Merge pull request #22 from BBVA/develop
Browse files Browse the repository at this point in the history
Release 2.0 Ruaperu
  • Loading branch information
SIPVZ committed Feb 5, 2019
2 parents 9d41670 + 7b934fc commit e36723a
Show file tree
Hide file tree
Showing 16 changed files with 807 additions and 195 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM tiangolo/uwsgi-nginx-flask:python3.6

RUN apt-get update && apt-get install -y redis-server python3-celery python-celery-common python3-redis


COPY ./ /app

COPY ./requirements.txt /tmp/
Expand All @@ -14,5 +17,10 @@ RUN pip3 install pyflux
RUN pip3 install pyramid-arima
RUN pip3 install tensorflow
RUN pip3 install -U statsmodels
RUN pip3 install celery
RUN pip install redis
RUN service redis-server start


COPY ./config/timeout.conf /etc/nginx/conf.d/
RUN chmod -R g=u /etc/passwd /app
Binary file removed Timecop_models.db
Binary file not shown.
Loading

0 comments on commit e36723a

Please sign in to comment.