Update 'Dockerfile'
This commit is contained in:
parent
b5f716c65d
commit
f895242150
@ -1,6 +1,8 @@
|
|||||||
FROM python:latest
|
FROM python:latest
|
||||||
|
|
||||||
RUN pip install pandas
|
RUN pip install pandas
|
||||||
|
RUN pip install scikit-learn
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y
|
RUN apt-get update && apt-get install -y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user