Update Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ RUN \
|
||||
apt-get -y upgrade && \
|
||||
apt-get -y install \
|
||||
bash build-essential ccache clang clang-format clang-tidy cmake cppcheck curl doxygen gdb git gnupg gperf iputils-ping \
|
||||
libboost-all-dev libfcgi-dev libgl1-mesa-dev libjemalloc-dev libjemalloc2 libmlpack-dev libtbb-dev libssl-dev libyaml-cpp-dev \
|
||||
libboost-all-dev libfcgi-dev libgfortran5 libgl1-mesa-dev libjemalloc-dev libjemalloc2 libmlpack-dev libtbb-dev libssl-dev libyaml-cpp-dev \
|
||||
linux-tools-generic nano nasm ninja-build openjdk-11-jdk openssh-server openssl pkg-config python3 qt5-default spawn-fcgi \
|
||||
sudo tini unzip valgrind wget zip && \
|
||||
apt-get -y install patch perl tar cpio unzip rsync bc libelf-dev libssl-dev && \
|
||||
@@ -36,8 +36,8 @@ RUN \
|
||||
pip3 install --upgrade pip setuptools wheel && \
|
||||
pip3 --version && \
|
||||
pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \
|
||||
pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 && \
|
||||
pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy && \
|
||||
pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 pystan && \
|
||||
pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl fbprophet textblob nltk pyyaml yfinance && \
|
||||
pip3 install --upgrade PyPortfolioOpt && \
|
||||
exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user