From 81f6923ea4a9bbab55eb6b7eaf912b783041cd79 Mon Sep 17 00:00:00 2001 From: s444417 Date: Tue, 3 May 2022 21:48:17 +0200 Subject: [PATCH] add matplotlib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21f45c0..db58c7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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