From f2ba53d7e4858e2b8f831f0ca294aa869ff4d1d5 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Fri, 12 May 2023 21:42:32 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8aa65e..7cfb63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN pip3 install --user kaggle pandas COPY . /app WORKDIR /app -RUN python -m pip install pandas -RUN python -m pip install -U scikit-learn +RUN python3 -m pip install pandas +RUN python3 -m pip install -U scikit-learn #RUN pip3 install tensorflow==2.12.*