This commit is contained in:
s434695 2021-05-23 18:20:21 +02:00
parent 49d70902b1
commit db58b28106

View File

@ -18,6 +18,7 @@ RUN pip3 install wget
RUN pip3 install keras RUN pip3 install keras
RUN pip3 install GitPython RUN pip3 install GitPython
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install mlflow
WORKDIR /app WORKDIR /app