diff --git a/Dockerfile b/Dockerfile index add7d9ec62f0a576e66f90fa2b6011942094cc7c..9b645ba45bed135d1ff168fb3d6c2262469220f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,64 +138,65 @@ RUN conda config --set default_threads 4 && \ # Python from pypi ################## -# RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \ -# adjustText \ -# anndata \ -# asserts \ -# astroquery \ -# brainpy \ -# brightway25 \ -# Cartopy \ -# deep_translator \ -# ecoinvent-interface \ -# einsteinpy \ -# eppy \ -# gmsh \ -# goatools \ -# gseapy \ -# gurobipy \ -# jaxopt \ -# jupyterlab-spreadsheet-editor \ -# jupyter_ai \ -# keybert \ -# langchain-openai \ -# lmfit \ -# mariopy \ -# mycolorpy \ -# mpl-interactions["jupyter"] \ -# mpl_point_clicker \ -# networkit \ -# networkx \ -# numdifftools \ -# obspy \ -# openai \ -# opencv-python opencv-contrib-python \ -# otter-grader \ -# petitRADTRANS \ -# zfit \ -# PyAstronomy \ -# pycosmo \ -# pycryptodome \ -# pyFAI \ -# pymatgen \ -# pymrio \ -# pypardiso \ -# pyvista \ -# rise \ -# scanpy \ -# sensemapi \ -# scikit-image \ -# scikit-kinematics \ -# summa \ -# tensorflow \ -# "tensorflow-probability[jax]" \ -# torch \ -# umap \ -# umap-learn \ -# vpython \ -# wiktionaryparser \ -# xgboost \ -# yolov5 +RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \ + adjustText \ + anndata \ + asserts \ + astroquery \ + brainpy \ + brightway25 \ + Cartopy \ + deep_translator \ + ecoinvent-interface \ + einsteinpy \ + eppy \ + geopandas \ + gmsh \ + goatools \ + gseapy \ + gurobipy \ + jaxopt \ + jupyterlab-spreadsheet-editor \ + jupyter_ai \ + keybert \ + langchain-openai \ + lmfit \ + mariopy \ + mycolorpy \ + mpl-interactions["jupyter"] \ + mpl_point_clicker \ + networkit \ + networkx \ + numdifftools \ + obspy \ + openai \ + opencv-python opencv-contrib-python \ + otter-grader \ + petitRADTRANS \ + zfit \ + PyAstronomy \ + pycosmo \ + pycryptodome \ + pyFAI \ + pymatgen \ + pymrio \ + pypardiso \ + pyvista \ + rise \ + scanpy \ + sensemapi \ + scikit-image \ + scikit-kinematics \ + summa \ + tensorflow \ + "tensorflow-probability[jax]" \ + torch \ + umap \ + umap-learn \ + vpython \ + wiktionaryparser \ + xgboost \ + yolov5 # ===================== # Packages requested after semester start, should go to the list 2 RUNs above if a major rebuild is planned.