learningOrchestra / mlToolKits

learningOrchestra is a distributed Machine Learning integration tool that facilitates and streamlines iterative processes in a Data Science project.
https://learningorchestra.github.io
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 3 years ago

riibeirogabriel commented 3 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

riibeirogabriel commented 3 years ago

@otaviomapa