This commit is contained in:
s487178 2023-04-05 22:00:44 +02:00
parent 0627ccfc40
commit b53a0d69e5

View File

@ -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"