ium-helloworld/Dockerfile

9 lines
206 B
Docker
Raw Normal View History

2021-05-26 21:26:06 +02:00
FROM ubuntu:20.04
2021-06-06 23:57:30 +02:00
RUN apt-get update
2021-06-06 23:47:48 +02:00
RUN apt install -y python3 python3-pip openssh-client
2021-06-06 23:57:30 +02:00
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
2021-06-11 13:36:36 +02:00
RUN apt install -y sshpass
RUN useradd -r -u 111 jenkins