From 31ea9f32e9556b781a168795ed13bfc935a36a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20=C5=81ukasiewicz?= Date: Thu, 20 Apr 2023 14:26:26 +0200 Subject: [PATCH] Dodanie 'Dockerfile' --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile 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