diff --git a/Dockerfile b/Dockerfile index 786f6d5..7deaa82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,3 +5,4 @@ RUN apt-get update && apt-get install -y RUN pip install pandas RUN pip install scikit-learn RUN pip install tensorflow +RUN pip install matplotlib