diff --git a/Dockerfile b/Dockerfile index a8cd5a8..96b75ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip3 install pandas RUN pip3 install tensorflow RUN pip3 install numpy RUN pip3 install matplotlib +RUN pip3 install sklearn