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