task(ium_04) add Dockerfile
This commit is contained in:
parent
83b3e72007
commit
c3d9392ad1
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt update && apt install -y python3 python3-pip
|
||||
|
||||
RUN pip3 install kaggle
|
||||
RUN pip3 install pandas
|
Loading…
Reference in New Issue
Block a user