Update 'Dockerfile'
This commit is contained in:
parent
9b6ff246ce
commit
7e084f9e02
@ -1,11 +1,6 @@
|
|||||||
FROM python:latest
|
FROM python:latest
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
RUN pip install pandas
|
||||||
|
RUN pip install scikit-learn
|
||||||
|
Loading…
Reference in New Issue
Block a user