Add missing dependency

This commit is contained in:
Tomasz Ziętkiewicz 2021-05-26 21:49:32 +02:00
parent 3a383006f2
commit 40f5aa05bc

View File

@ -2,4 +2,4 @@ FROM ubuntu:20.04
RUN apt update
RUN apt install -y python3 python3-pip
RUN pip3 install mlflow
RUN pip3 install mlflow sklearn