Added scrript to dokcerfile

This commit is contained in:
Filip Izydorczyk 2021-04-25 14:07:14 +02:00
parent aee901bd2c
commit 5aec2ffb4e

View File

@ -1,5 +1,3 @@
# Jako, że nie zrobłem zadania "2. Dane" nie mam żadnego skryptu bny go tutaj odpalić. Zobowiązuje się te zadanie nadrobić i następnioe uzupełnić ten Dockerfil
FROM archlinux:latest
RUN pacman -Syu --noconfirm
@ -7,4 +5,6 @@ RUN pacman -S python --noconfirm
RUN pacman -S python-pip --noconfirm
RUN pip install --user kaggle
RUN pip install --user pandas
RUN pip install --user pandas
COPY ./data.sh /home/data/data.sh