diff --git a/dockerfile3 b/dockerfile3 index acac8ed..595239b 100644 --- a/dockerfile3 +++ b/dockerfile3 @@ -9,7 +9,7 @@ RUN apt-get update \ && pip install --user pandas \ && pip install --user plotly \ && pip install --user seaborn \ - && pip install --user scikit-learn \ + && pip install --user scikit-learn ENV PATH="/root/.local/bin:$PATH"