forked from tzietkiewicz/ium-helloworld
6 lines
148 B
Docker
6 lines
148 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
|