diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..66fc556 --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file