pillow installed

This commit is contained in:
Adrian Charkiewicz 2022-04-03 22:34:55 +02:00
parent be973be768
commit e7224a5935
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ RUN apt install -y figlet
RUN export PATH=$PATH:/usr/local/bin/python”
RUN apt install python3-pip -y
RUN apt install unzip -y
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade Pillow
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install scikit-learn