Dockerfile fix
This commit is contained in:
parent
b3734f3b35
commit
6843296f77
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user