Added Dockerfile
This commit is contained in:
parent
62ef43c15b
commit
2db132700d
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install kaggle
|
||||
RUN pip install sklearn
|
||||
RUN pip install pandas
|
||||
RUN pip install seaborn
|
||||
RUN pip install matplotlib
|
||||
|
||||
CMD ["run.sh"]
|
Loading…
Reference in New Issue
Block a user