From 40f5aa05bcfec9c065f1615b70be4b954a9ae430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Wed, 26 May 2021 21:49:32 +0200 Subject: [PATCH] Add missing dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 106015f..0c2b6c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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