diff --git a/Dockerfile b/Dockerfile index b4dfdc0..5c81854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:latest RUN pip install pandas +RUN pip install scikit-learn + RUN apt-get update && apt-get install -y