s426266-mlworkshops/Dockerfile

10 lines
290 B
Docker
Raw Permalink Normal View History

2020-04-03 11:56:33 +02:00
FROM ubuntu:latest
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
2020-04-23 11:45:35 +02:00
RUN apt-get update && apt-get install -y python3
RUN apt-get update && apt-get install -y python3-pip
2020-04-23 11:52:32 +02:00
RUN pip3 install matplotlib