generating plots

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 16:16:00 +02:00
parent 6cc2dff872
commit f6b55502ae
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ FROM python:3
WORKDIR /app
COPY ./requirements.txt .
COPY ./generate_plot.py .
COPY ./plot.py .
RUN pip install matplotlib==3.2.1