add matplotlib
All checks were successful
s444417-training/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-03 21:48:17 +02:00
parent 12014157af
commit 81f6923ea4

View File

@ -9,7 +9,7 @@ RUN apt-get install -y python3-pip
# RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas
RUN pip3 install matplotlib
# RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
WORKDIR /app