diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2d38793 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:latest + +RUN apt update && apt install -y python3-pip && pip3 install scikit-learn datasets + +COPY . . \ No newline at end of file