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:11:07 +02:00
|
|
|
|
2021-06-11 13:18:12 +02:00
|
|
|
RUN useradd -r -u 111 jenkins
|