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 ./