Docker dependencies added
This commit is contained in:
parent
5700bcf802
commit
3479c81810
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user