From f895242150c696ca8ab1eeb23188bbf503ddde98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 16:56:44 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b4dfdc0..5c81854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:latest RUN pip install pandas +RUN pip install scikit-learn + RUN apt-get update && apt-get install -y