From f6b55502aebacfa94a83f58736ccd32aa52f6c30 Mon Sep 17 00:00:00 2001 From: Yevheniia Tsapkova Date: Fri, 3 Apr 2020 16:16:00 +0200 Subject: [PATCH] generating plots --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17fcfe0..1b7a9f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file