diff --git a/Dockerfile b/Dockerfile index e9b17af..0c308d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +RUN pip install --user pandas + +COPY ./data.sh /home/data/data.sh \ No newline at end of file