Docker - matplotlib
s444517-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Kamila 2022-05-03 13:11:56 +02:00
parent 8536299721
commit 723767f306
1 changed files with 1 additions and 0 deletions

View File

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