ium_s434700/Dockerfile

10 lines
217 B
Docker
Raw Normal View History

2021-04-11 19:37:22 +02:00
FROM archlinux:latest
RUN pacman -Syu --noconfirm
RUN pacman -S python --noconfirm
RUN pacman -S python-pip --noconfirm
RUN pip install --user kaggle
2021-04-25 14:07:14 +02:00
RUN pip install --user pandas
COPY ./data.sh /home/data/data.sh