From 5aec2ffb4e3ce3e94af2d12672c812496173f324 Mon Sep 17 00:00:00 2001 From: Filip Izydorczyk Date: Sun, 25 Apr 2021 14:07:14 +0200 Subject: [PATCH] Added scrript to dokcerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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