From 17d44faf8a9193823a56e59a2ee73f7f8bb7db17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Wed, 26 May 2021 21:43:35 +0200 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db6e42f..106015f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:20.04 RUN apt update RUN apt install -y python3 python3-pip -RUN pip install mlflow +RUN pip3 install mlflow