diff --git a/Dockerfile b/Dockerfile index 46796d9..13299e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,6 @@ FROM python:latest -RUN pip install pandas -RUN pip install scikit-learn - - - RUN apt-get update && apt-get install -y - - +RUN pip install pandas +RUN pip install scikit-learn