-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from BBVA/develop
New version 4.0
- Loading branch information
Showing
24 changed files
with
638 additions
and
621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
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/ | ||
RUN pip3 install numpy sqlalchemy | ||
RUN pip install --upgrade --no-deps statsmodels | ||
RUN pip3 install --requirement /tmp/requirements.txt | ||
|
||
RUN pip install -U numpy | ||
|
||
RUN pip3 install pandas scipy patsy matplotlib numdifftools seaborn | ||
RUN pip3 install pyflux | ||
RUN pip3 install pyramid-arima | ||
RUN pip3 install tensorflow==1.14.0 | ||
RUN pip3 install -U statsmodels | ||
RUN pip3 install tbats | ||
RUN pip3 install celery | ||
RUN pip install redis | ||
RUN service redis-server start | ||
RUN pip install h5py | ||
|
||
|
||
COPY ./config/timeout.conf /etc/nginx/conf.d/ | ||
RUN chmod -R g=u /etc/passwd /app | ||
|
||
RUN pip install mxnet==1.4.1 gluonts && apt-get update && apt-get install -y redis-server python3-celery python-celery-common python3-redis && rm -rf /var/lib/apt/lists/* && pip3 install numpy pandas && pip3 install --requirement /tmp/requirements.txt && pip3 install fbprophet && chmod -R g=u /etc/passwd /app && pip install --upgrade pyflux && pip install --upgrade numpy && rm -fr /root/.cache/pip && service redis-server start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.