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