Zaktualizuj 'Dockerfile'

This commit is contained in:
Witold Woch 2023-04-04 15:34:46 +02:00
parent c5bb024700
commit e331a90eeb

View File

@ -1,5 +1,7 @@
FROM ubuntu:latest
RUN apt update && apt install -y figlet
RUN apt install unzip -y
RUN apt install python3-pip -y
RUN pip3 install pandas
RUN pip3 install kaggle