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