From 99278774f698948095f5b37455e3cbbb4341d7ad Mon Sep 17 00:00:00 2001 From: ulaniuk Date: Sun, 3 Apr 2022 21:07:40 +0200 Subject: [PATCH] Fix --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13ef218..95564f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,11 @@ FROM python:3.7 WORKDIR / -RUN pip install kaggle +RUN pip install --user kaggle -RUN pip install pandas +RUN pip install --user pandas -RUN pip install sklearn +RUN pip install --user sklearn COPY KaggleV2-May-2016.csv ./