update dockerfile

This commit is contained in:
Maciej Czajka 2022-04-01 13:24:19 +02:00
parent 3dc138f648
commit 2514adef5e

View File

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