ium-helloworld/Dockerfile

8 lines
186 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
RUN useradd -r -u 111 -g 113 jenkins