This commit is contained in:
s460941 2020-04-24 08:47:44 +02:00
parent 7cae7fbf0e
commit f78e06fb2d

View File

@ -7,6 +7,7 @@ RUN gcc --version
RUN apt install -y build-essential
RUN apt update -y && apt install -y \
python-pip
RUN apt-get install python-tk
RUN pip install pandas
RUN pip install numpy
RUN pip install matplotlib