Dockerfile fix

This commit is contained in:
Andrzej Preibisz 2022-04-03 19:25:27 +02:00
parent b3734f3b35
commit 6843296f77

View File

@ -3,8 +3,8 @@ RUN apt-get update -y
RUN apt-get install -y python3 python3-pip
RUN python3 -m pip install --user kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
RUN python3 -m pip install --user pandas
RUN python3 -m pip install --user scikit-learn
WORKDIR app