5 lines
117 B
Docker
5 lines
117 B
Docker
FROM ubuntu:20.04
|
|
|
|
RUN apt update
|
|
RUN apt install -y python3 python3-pip
|
|
RUN pip3 install mlflow sklearn dvc dvc[ssh] |