update dockerfile

This commit is contained in:
Maciej Czajka 2022-04-02 12:49:57 +02:00
parent 837914fb0b
commit d3e634a28f

View File

@ -2,9 +2,7 @@ FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python3-pip
RUN python3 -m pip install kaggle
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade Pillow
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install matplotlib
RUN pip3 install sklearn