pip -> pip3

This commit is contained in:
Szymon Parafiński 2022-03-30 09:32:51 +02:00
parent 01ad9f05fc
commit 9e9db312c4

View File

@ -6,10 +6,9 @@ RUN apt-get update --fix-missing
RUN apt-get -y install python3-pip
RUN apt-get -y install nano
RUN pip install --user kaggle
RUN pip install --user pandas
RUN pip install --user numpy
RUN pip install --user sklearn
RUN pip3 install --user pandas
RUN pip3 install --user numpy
RUN pip3 install --user sklearn
WORKDIR /dataset
COPY ./script.py ./