Added scrript to dokcerfile
This commit is contained in:
parent
aee901bd2c
commit
5aec2ffb4e
@ -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
|
Loading…
Reference in New Issue
Block a user