dawjur-mlworkshops-plots/Dockerfile
Dawid Jurkiewicz 7774ef986e Add ploting
2020-04-03 15:06:42 +02:00

10 lines
231 B
Docker

FROM python:3
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install -y moreutils
RUN python --version
RUN pip install matplotlib