add matplotlib to docker
Some checks failed
444507-training/pipeline/head This commit looks good
s444507-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Wojdyla 2022-05-02 02:10:54 +02:00
parent 8a163284e8
commit 2c653f3870

View File

@ -21,6 +21,7 @@ RUN python3 -m pip install pandas
RUN python3 -m pip install wheel --no-deps -U
RUN python3 -m pip install torch
RUN python3 -m pip install sklearn
RUN python3 -m pip install matplotlib
RUN python3 -m pip freeze
ENV PATH="/root/.local/bin:${PATH}"