This commit is contained in:
s460941 2020-04-24 08:49:17 +02:00
parent f78e06fb2d
commit b316e1a314

View File

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