Docker - matplotlib
All checks were successful
s444517-evaluation/pipeline/head This commit looks good

This commit is contained in:
Kamila 2022-05-03 13:11:56 +02:00
parent 8536299721
commit 723767f306

View File

@ -11,6 +11,7 @@ COPY ./nn_train.py ./
RUN pip3 install pandas RUN pip3 install pandas
RUN pip3 install numpy RUN pip3 install numpy
RUN pip3 install matplotlib
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install keras RUN pip3 install keras
RUN pip3 install sklearn RUN pip3 install sklearn