diff --git a/Dockerfile b/Dockerfile index b9d5508..03dc7e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,7 @@ WORKDIR /app COPY . . -RUN pip3 install -r requirements.txt +RUN pip3 install --user kaggle +RUN pip3 install --user pandas +RUN pip3 install --user scikit-learn