Docker dependencies added

This commit is contained in:
Filip Izydorczyk 2021-05-25 17:52:27 +02:00
parent 5700bcf802
commit 3479c81810

View File

@ -3,6 +3,8 @@ FROM archlinux:latest
RUN pacman -Syu --noconfirm
RUN pacman -S python --noconfirm
RUN pacman -S python-pip --noconfirm
RUN pacman -S bc --noconfirm
RUN pacman -S unzip --noconfirm
RUN pip install --user kaggle
RUN pip install --user pandas