From 6e5441e49e37fb2931860f8f8221833addbd4260 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 4 Feb 2021 19:17:15 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4581d46..bdd12d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN \ pip3 --version && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools && \ pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 && \ - pip3 install --upgrade dlib ipython jupyter matplotlib nose numpy pandas pymc3 scikit-learn scipy seaborn sympy && \ + pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 scikit-learn scipy seaborn sympy && \ pip3 install --upgrade PyPortfolioOpt && \ exit 0