learningOrchestra is a distributed Machine Learning integration tool that facilitates and streamlines iterative processes in a Data Science project.
GNU General Public License v3.0
75
stars
23
forks
source link
model builder microservice doesn't running after software deploy. #105
Closed
riibeirogabriel closed 4 years ago
Bug description
The model builder microservcie fall constantly after the learning orchestra deploy.
Expected result
model builder microservice must stay running after deploy
Solution
in model_builder folder add "numpy==1.19.0" in requirements.txt and "import numpy as np" in model_builder.py