From dcd281495bbeaa3e93743bbe800667edd19e5510 Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:30:59 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88ff7e1..42aa370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,8 @@ FROM ubuntu:latest RUN apt update && apt install -y python3-pip RUN apt install unzip RUN apt install bc -RUN pip install kaggle -RUN pip install --user pandas -RUN pip install --user scikit-learn + +RUN pip3 install kaggle pandas scikit-learn WORKDIR /app