From ab0ebd918dd4dc22682ac13d4764d9eceb4f36e2 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Fri, 12 May 2023 20:46:44 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49341b8..9ad0900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,12 +10,8 @@ RUN pip3 install --user kaggle pandas COPY . /app WORKDIR /app -RUN apt install python3.10-venv -y -RUN python3 -m venv docker_ium -CMD source docker_ium/bin/activate - RUN pip3 install pandas RUN pip3 install -U scikit-learn RUN pip install tensorflow==2.12.* -CMD deactivate +