pillow installed
This commit is contained in:
parent
be973be768
commit
e7224a5935
@ -6,6 +6,8 @@ RUN apt install -y figlet
|
|||||||
RUN export PATH=”$PATH:/usr/local/bin/python”
|
RUN export PATH=”$PATH:/usr/local/bin/python”
|
||||||
RUN apt install python3-pip -y
|
RUN apt install python3-pip -y
|
||||||
RUN apt install unzip -y
|
RUN apt install unzip -y
|
||||||
|
RUN pip3 install --upgrade pip
|
||||||
|
RUN pip3 install --upgrade Pillow
|
||||||
RUN pip3 install kaggle
|
RUN pip3 install kaggle
|
||||||
RUN pip3 install pandas
|
RUN pip3 install pandas
|
||||||
RUN pip3 install scikit-learn
|
RUN pip3 install scikit-learn
|
||||||
|
Loading…
Reference in New Issue
Block a user