This commit is contained in:
s487178 2023-04-05 21:08:33 +02:00
parent cbae3528d0
commit 0627ccfc40

View File

@ -10,7 +10,6 @@ RUN apt-get update \
&& pip install --user plotly \ && pip install --user plotly \
&& pip install --user seaborn \ && pip install --user seaborn \
&& pip install --user scikit-learn \ && pip install --user scikit-learn \
&& pip install --user os
ENV PATH="/root/.local/bin:$PATH" ENV PATH="/root/.local/bin:$PATH"