diff --git a/Dockerfile b/Dockerfile index 7cfb63d..9e500c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN pip3 install --user kaggle pandas COPY . /app WORKDIR /app -RUN python3 -m pip install pandas -RUN python3 -m pip install -U scikit-learn +RUN sudo -H python3 -m pip install pandas +RUN sugo -H python3 -m pip install -U scikit-learn #RUN pip3 install tensorflow==2.12.*