plot
This commit is contained in:
parent
f78e06fb2d
commit
b316e1a314
@ -6,8 +6,8 @@ RUN apt install -y gcc
|
|||||||
RUN gcc --version
|
RUN gcc --version
|
||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN apt update -y && apt install -y \
|
RUN apt update -y && apt install -y \
|
||||||
python-pip
|
python-pip \
|
||||||
RUN apt-get install python-tk
|
python3-tk
|
||||||
RUN pip install pandas
|
RUN pip install pandas
|
||||||
RUN pip install numpy
|
RUN pip install numpy
|
||||||
RUN pip install matplotlib
|
RUN pip install matplotlib
|
||||||
|
Loading…
Reference in New Issue
Block a user