From 91a5a17b80b7f0411d5a5ae9fa19578b284e2234 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 21 Mar 2021 00:17:07 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 410be24..8c3de10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,6 @@ RUN \ pip3 install --upgrade PyPortfolioOpt && \ exit 0 -#RUN pip3 install --upgrade --ignore-installed cltk RUN pip3 install --upgrade dlib RUN \ @@ -49,6 +48,8 @@ RUN \ pip3 install --upgrade fbprophet && \ exit 0 +#RUN pip3 install --upgrade --ignore-installed cltk + #RUN \ # set -eux && \ # cd /root && \