From 7febd770a8efe4b0341b0f0a5cad3eec43847d64 Mon Sep 17 00:00:00 2001 From: Filip Izydorczyk Date: Tue, 25 May 2021 18:07:09 +0200 Subject: [PATCH] kaggle dependecy --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d36cfb2..cbcbd79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN pacman -S python-pip --noconfirm RUN pacman -S bc --noconfirm RUN pacman -S unzip --noconfirm -RUN pip install --user kaggle +RUN pip install kaggle RUN pip install --user pandas RUN pip install --user torch RUN pip install --user numpy @@ -14,7 +14,6 @@ RUN pip install --user matplotlib RUN pip install --user seaborn ENV PATH="/root/.local/bin:/.local/bin:${PATH}" -ENV PYTHONPATH="/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-x86_64-linux-gnu:/usr/lib/python3.5/lib-dynload:/.local/lib/python3.5/site-packages:/usr/local/lib/python3.5/dist-packages:/usr/lib/python3/dist-packages:${PYTHONPATH}" COPY ./data.sh /home/data/data.sh COPY ./ml.py /home/data/ml.py \ No newline at end of file