This commit is contained in:
s444501 2022-04-02 17:27:04 +02:00
parent a3b905392c
commit 2e07264ae2

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM ubuntu:latest
RUN apt update
RUN apt install -y python3-pip
RUN pip3 install pandas
RUN pip3 install matplotlib
RUN pip3 install sklearn
RUN pip3 install kaggle