install mlflow
s444354-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
Adrian Charkiewicz 2022-05-15 19:24:50 +02:00
parent 404d3ab634
commit 47571f8509
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN pip3 install sklearn
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install GitPython RUN pip3 install GitPython
RUN pip3 install mlflow
# RUN python3 -m pip install kaggle # RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas RUN python3 -m pip install pandas