diff --git a/Dockerfile b/Dockerfile index b2d6fb9..52c34eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,11 +7,11 @@ RUN pacman -S bc --noconfirm RUN pacman -S unzip --noconfirm RUN pip install kaggle -RUN pip install --user pandas -RUN pip install --user torch -RUN pip install --user numpy -RUN pip install --user matplotlib -RUN pip install --user seaborn +RUN pip install pandas +RUN pip install torch +RUN pip install numpy +RUN pip install matplotlib +RUN pip install seaborn ENV PATH="/root/.local/bin:/.local/bin:${PATH}"