install pip
This commit is contained in:
parent
382a84a90c
commit
752805c573
@ -7,6 +7,8 @@ ARG KAGGLE_KEY
|
||||
ENV KAGGLE_USERNAME=${KAGGLE_USERNAME}
|
||||
ENV KAGGLE_KEY=${KAGGLE_KEY}
|
||||
|
||||
RUN apt install python3-pip -y
|
||||
|
||||
RUN pip install --user kaggle
|
||||
RUN pip install --user pandas
|
||||
RUN pip install --user sklearn
|
||||
|
Loading…
Reference in New Issue
Block a user