Browse Source

Fix python dependencies in Dockerfile

pull/1/head
rozetko 7 years ago
parent
commit
766284b270
  1. 2
      Dockerfile

2
Dockerfile

@ -7,7 +7,7 @@ VOLUME [ "/var/www/src/anomalies", "/var/www/src/datasets", "/var/www/src/metric
RUN pip install pandas RUN pip install pandas
RUN pip install seglearn RUN pip install seglearn
RUN pip install scipy RUN pip install scipy
RUN pip install fbprophet RUN pip install tsfresh
COPY . /var/www COPY . /var/www

Loading…
Cancel
Save