s152203-plots/Dockerfile

7 lines
80 B
Docker

FROM python:3
WORKDIR /app
COPY ./plot.py .
RUN pip install matplotlib==3.2.1