diff --git a/tp_herwig/Dockerfile b/tp_herwig/Dockerfile
index 6edafca1041cba480b6a12ce97dc266ba27324e6..4377381e166382e7e7011eb0b3eaa63556528883 100644
--- a/tp_herwig/Dockerfile
+++ b/tp_herwig/Dockerfile
@@ -19,15 +19,6 @@ RUN apt-get update -y && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
 
-RUN pip install --upgrade --no-cache-dir \
-    graphviz \
-    jupytext \
-    ipympl \
-    pyarrow \
-    ipywidgets \
-
-RUN source /home/jovyan/herwig_env/bin/activate
-RUN source /herwig/bin/activate
 
 USER $NBUSER