From 8302f062191f4701189673b132668128a0cc5ed3 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 20 Mar 2021 23:11:27 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 391957c..bdedded 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN \ pip3 --version && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \ pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 GitPython pexpect subunit Jinja2 pylint clang-format CLinters && \ - pip3 install --upgrade cltk dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ + pip3 install --upgrade --ignore-installed cltk dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ pip3 install --upgrade PyPortfolioOpt && \ exit 0