diff --git a/Dockerfile b/Dockerfile index f66aa07..e3291c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ RUN pip3 install pandas RUN pip3 install numpy RUN pip3 install sklearn RUN pip3 install tensorflow +RUN pip3 install matplotlib