update dockerfile

This commit is contained in:
Maciej Czajka 2022-04-02 12:53:40 +02:00
parent 941d06ba4e
commit 139e0430b0

View File

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