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-11 13:46:14 +02:00
|
|
|
RUN apt install -y python3 python3-pip
|
2021-06-06 23:57:30 +02:00
|
|
|
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
2021-06-11 13:46:14 +02:00
|
|
|
#RUN apt install -y sshpass openssh-client
|
|
|
|
#RUN useradd -r -u 111 jenkins
|