diff --git a/jupyter/build/pymodules.Dockerfile b/jupyter/build/pymodules.Dockerfile index d4a703f..84ba19e 100644 --- a/jupyter/build/pymodules.Dockerfile +++ b/jupyter/build/pymodules.Dockerfile @@ -12,7 +12,17 @@ RUN mamba install --yes \ "beautifulsoup4" \ "requests" \ "schedule" \ + # ML and Data + "tensorflow" \ + "scikit-image" \ + "scikit-learn" \ + "scipy" \ + "seaborn" \ + "pandas" \ + "matplotlib-base" \ # Misc + "numpy" \ + "sympy" \ "altair" \ "bokeh" \ "bottleneck" \ @@ -24,24 +34,15 @@ RUN mamba install --yes \ "h5py" \ "ipympl" \ "ipywidgets" \ - "matplotlib-base" \ "numba" \ - "numpy" \ "numexpr" \ - "pandas" \ "patsy" \ "protobuf" \ "pytables" \ - "scikit-image" \ - "scikit-learn" \ - "scipy" \ - "seaborn" \ "sqlalchemy" \ "statsmodels" \ - "sympy" \ "widgetsnbextension" \ "xlrd" \ - "tensorflow" \ "pytest" \ "ipython" \ && \