Dodanie 'Dockerfile'
Docker
This commit is contained in:
parent
bf69426320
commit
492af37ebf
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
|
||||||
|
RUN apt update && apt install -y python3-pip
|
||||||
|
RUN pip3 install pandas
|
||||||
|
RUN pip3 install kaggle
|
||||||
|
|
||||||
|
WORKDIR /IUM_478831-1
|
||||||
|
|
||||||
|
COPY ./adult-income-dataset.csv ./
|
||||||
|
COPY ./script.sh ./
|
||||||
|
|
||||||
|
CMD ./script.sh
|
Loading…
Reference in New Issue
Block a user