generating plots
This commit is contained in:
parent
6cc2dff872
commit
f6b55502ae
@ -2,7 +2,6 @@ FROM python:3
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./plot.py .
|
||||||
COPY ./generate_plot.py .
|
|
||||||
|
|
||||||
RUN pip install matplotlib==3.2.1
|
RUN pip install matplotlib==3.2.1
|
Loading…
Reference in New Issue
Block a user