FROM condaforge/miniforge3

RUN mamba install -c conda-forge matplotlib

ADD scatter_plot.py .
ADD Dockerfile_scatter_plot .
