From bc05df4032759e37f8bf2196e890130c70d99d0d Mon Sep 17 00:00:00 2001 From: Bengt Giger <bgiger@ethz.ch> Date: Wed, 30 Oct 2024 10:43:54 +0100 Subject: [PATCH] Removed already installed scikit-image/-kinematics --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b645ba..e976d68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -156,8 +156,6 @@ RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.c gseapy \ gurobipy \ jaxopt \ - jupyterlab-spreadsheet-editor \ - jupyter_ai \ keybert \ langchain-openai \ lmfit \ @@ -185,8 +183,6 @@ RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.c rise \ scanpy \ sensemapi \ - scikit-image \ - scikit-kinematics \ summa \ tensorflow \ "tensorflow-probability[jax]" \ -- GitLab