From c600fcf5861641ebcddbac4f0f19f31090f9ffc1 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Fri, 12 May 2023 21:52:39 +0200 Subject: [PATCH] last docker try --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e500c1..d155526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,14 +4,15 @@ RUN apt-get update && \ apt-get install -y python3.10 python3-pip && \ pip3 install --upgrade pip -RUN pip3 install --user kaggle pandas - +RUN pip3 install --user kaggle +RUN pip3 install --user pandas +RUN pip3 install --user scikit-learn COPY . /app WORKDIR /app -RUN sudo -H python3 -m pip install pandas -RUN sugo -H python3 -m pip install -U scikit-learn +#RUN python3 -m pip install pandas + #RUN pip3 install tensorflow==2.12.*