test
This commit is contained in:
parent
a3b905392c
commit
2e07264ae2
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user