From 2bcca56296a121cb41a1f6166d6e84b476bebdd3 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Fri, 13 May 2022 00:19:25 +0200 Subject: [PATCH] Update 'lab8/Dockerfile' --- lab8/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/lab8/Dockerfile b/lab8/Dockerfile index d538579..f96010a 100644 --- a/lab8/Dockerfile +++ b/lab8/Dockerfile @@ -14,7 +14,6 @@ RUN pip3 install sacred RUN pip3 install pymongo RUN pip3 install GitPython RUN pip3 install mlflow -RUN pip3 install mlflow.keras COPY ./lego_sets.csv ./ COPY ./process_dataset.py ./