Skip to content

Commit

Permalink
issue fixed with pip pyrocko and sklearn removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaele Di Stefano authored and Raffaele Di Stefano committed Sep 11, 2024
1 parent 8e91ad3 commit 6001b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6001b0e

Please sign in to comment.