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 ./