ium-helloworld/Dockerfile

6 lines
105 B
Docker
Raw Normal View History

2021-05-26 21:26:06 +02:00
FROM ubuntu:20.04
RUN apt update
RUN apt install -y python3 python3-pip
2021-05-26 21:49:32 +02:00
RUN pip3 install mlflow sklearn