From 6001b0e35edeebf8e8cfc677a19b4f29fd7b6006 Mon Sep 17 00:00:00 2001 From: Raffaele Di Stefano Date: Wed, 11 Sep 2024 14:41:37 +0200 Subject: [PATCH] issue fixed with pip pyrocko and sklearn removed --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b143b39..affd567 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,11 +19,12 @@ RUN apt-get clean \ vim # Adding python3 libraries +RUN python3 -m pip install --upgrade pip RUN python3 -m pip install numpy RUN python3 -m pip install obspy RUN python3 -m pip install pyrocko RUN python3 -m pip install plotly -RUN python3 -m pip install sklearn +#RUN python3 -m pip install sklearn RUN python3 -m pip install scipy RUN python3 -m pip install pandas RUN python3 -m pip install geographiclib