ium-helloworld/Dockerfile

5 lines
143 B
Docker
Raw Normal View History

2021-05-26 21:26:06 +02:00
FROM ubuntu:20.04
RUN apt update
2021-06-06 23:47:48 +02:00
RUN apt install -y python3 python3-pip openssh-client
2021-06-04 15:35:34 +02:00
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko