From 8907dc2ebeb89a16c8a67c16673ad528a3d343ad Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 13:20:32 +0200 Subject: [PATCH] update d --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c8b824..c7a1d9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ RUN apt-get update && \ apt-get install -y python3.10 python3-pip && \ pip3 install --upgrade pip -RUN pip3 install --user kaggle -RUN pip3 install --user pandas -RUN pip3 install --user scikit-learn +RUN pip3 install kaggle +RUN pip3 install pandas +RUN pip3 install scikit-learn #RUN apt install python3.10-venv -y #RUN python3 -m venv docker_ium