pip -> pip3
This commit is contained in:
parent
01ad9f05fc
commit
9e9db312c4
@ -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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user