From 4e5c3dee017e1aa55e2c59706258066b872682b7 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Fri, 12 May 2023 21:35:09 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98c59ae..3a7a335 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN pip3 install --user kaggle pandas COPY . /app WORKDIR /app -RUN pip install pandas -RUN pip install -U scikit-learn -RUN pip install tensorflow==2.12.* +RUN pip3 -m install pandas +RUN pip3 -m install -U scikit-learn +#RUN pip3 install tensorflow==2.12.*