install pip

This commit is contained in:
ulaniuk 2022-05-04 19:21:05 +02:00
parent 382a84a90c
commit 752805c573

View File

@ -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