From bf20f27daf8b489331870d906f6cd11916f28ddf Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 15:52:30 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 124244d..16227cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ WORKDIR /ium RUN apt update && apt install -y python3-pip unzip -RUN pip3 install --user kaggle +RUN pip3 install kaggle RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc -RUN pip3 install --user pandas -RUN pip3 install --user numpy -RUN pip3 install --user sklearn +RUN pip3 install pandas +RUN pip3 install numpy +RUN pip3 install sklearn COPY ./download_dataset.sh ./ COPY ./process_dataset.py ./