Dodanie 'Dockerfile'
This commit is contained in:
parent
0a6aa25f49
commit
31ea9f32e9
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y
|
||||
|
||||
RUN pip install pandas
|
||||
RUN pip install scikit-learn
|
Loading…
Reference in New Issue
Block a user