From 766284b270ad786ee1f46465b0734700de352c67 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 22 May 2018 22:51:22 +0300 Subject: [PATCH] Fix python dependencies in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b7f84b..c505c71 100644 --- a/Dockerfile +++ b/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 seglearn RUN pip install scipy -RUN pip install fbprophet +RUN pip install tsfresh COPY . /var/www