dawjur-mlworkshops-plots/Dockerfile

10 lines
231 B
Docker
Raw Normal View History

2020-04-03 14:22:27 +02:00
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
2020-04-03 15:06:42 +02:00
RUN python --version
RUN pip install matplotlib