update dockerfile

This commit is contained in:
Maciej Czajka 2022-04-01 13:19:02 +02:00
parent 52f3cd4bd5
commit 24e58fad43

View File

@ -1,7 +1,7 @@
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y pip
RUN apt-get install -y python-pip
RUN python3 -m pip install kaggle
RUN pip install --user pandas
RUN pip install --user matplotlib