diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..bd1d292 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM python:latest + +RUN apt-get update && apt-get install -y + +RUN pip install pandas +RUN pip install scikit-learn \ No newline at end of file