added sklearn to dockerfile
All checks were successful
s437622-evaluation/pipeline/head This commit looks good

This commit is contained in:
Jakub Pogodziński 2021-05-16 14:57:07 +02:00
parent 688d94d11d
commit 244e62857a

View File

@ -7,6 +7,7 @@ RUN pip3 install pandas
RUN pip3 install tensorflow
RUN pip3 install numpy
RUN pip3 install matplotlib
RUN pip3 install sklearn