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