added Dockerfile
This commit is contained in:
parent
c3f99edd4d
commit
7dc8feefdd
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update && apt-get install -y python3-pip
|
||||
|
||||
RUN pip install pandas
|
||||
RUN pip install scikit-learn
|
||||
RUN pip install datasets
|
||||
RUN pip install torch
|
||||
RUN pip install seaborn
|
Loading…
Reference in New Issue
Block a user