Dockerfile lab 4
This commit is contained in:
parent
b54e1c93ff
commit
1a54ebe1a8
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
# 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
|
||||
RUN pacman -S python --noconfirm
|
||||
RUN pacman -S python-pip --noconfirm
|
||||
|
||||
RUN pip install --user kaggle
|
||||
RUN pip install --user pandas
|
Loading…
Reference in New Issue
Block a user