ium-helloworld/Dockerfile
Tomasz Ziętkiewicz b5e694b78b Trying to fix docker/ssh problems
i# Please enter the commit message for your changes. Lines starting
2021-06-11 13:18:12 +02:00

8 lines
179 B
Docker

FROM ubuntu:20.04
RUN apt-get update
RUN apt install -y python3 python3-pip openssh-client
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
RUN useradd -r -u 111 jenkins