From 941ac732d6be8e1c2a152a5f65317c1c0d161ebe Mon Sep 17 00:00:00 2001 From: Kamila Date: Sun, 15 May 2022 12:43:17 +0200 Subject: [PATCH] mlflow attempt task 2 prediction --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c16b2e4..4cefcff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN pip3 install sklearn RUN pip3 install pymongo RUN pip3 install sacred RUN pip3 install mlflow -RUN pip3 install tarfile CMD python3 data_expl.py CMD python3 nn_train.py \ No newline at end of file