From c1c2c1f31cc87f42d3529a6fa16e36e824425589 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 13 Jan 2023 19:37:30 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6a4b46..ebacb0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,21 +58,21 @@ RUN \ pip3 --version && \ pip3 install --upgrade autoenv autopep8 cmake-format clang-format conan conan_package_tools meson && \ pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 GitPython pexpect subunit Jinja2 pylint CLinters && \ - pip3 install --upgrade ipython jupyter matplotlib nose numba numpy pandas pymc3 PyWavelets requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ exit 0 -RUN pip3 install --upgrade PyPortfolioOpt -RUN pip3 install --upgrade dlib -RUN pip3 install --upgrade frida frida-tools -RUN pip3 install --upgrade vaex -RUN pip3 install --upgrade --ignore-installed cltk +# RUN pip3 install --upgrade ipython jupyter matplotlib nose numba numpy pandas pymc3 PyWavelets requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ +# RUN pip3 install --upgrade PyPortfolioOpt +# RUN pip3 install --upgrade dlib +# RUN pip3 install --upgrade frida frida-tools +# RUN pip3 install --upgrade vaex +# RUN pip3 install --upgrade --ignore-installed cltk # Install FB Prophet # https://github.com/facebook/prophet/blob/master/python/requirements.txt -RUN \ - pip3 install --upgrade Cython cmdstanpy pystan numpy pandas matplotlib LunarCalendar convertdate holidays setuptools-git python-dateutil tqdm && \ - pip3 install --upgrade fbprophet && \ - exit 0 +# RUN \ +# pip3 install --upgrade Cython cmdstanpy pystan numpy pandas matplotlib LunarCalendar convertdate holidays setuptools-git python-dateutil tqdm && \ +# pip3 install --upgrade fbprophet && \ +# exit 0 # Install vcpkg RUN \