-
Notifications
You must be signed in to change notification settings - Fork 24
feat(ml): Add Docker support for Render deployment #82
Copy link
Copy link
Closed
Labels
Advanceimplementation needs someone advance for thisimplementation needs someone advance for thisOpen-to-AllThis is an issue that can be assigned to anyone and work on it.This is an issue that can be assigned to anyone and work on it.Priority:HIGHThis is High priority Issue that must be solvedThis is High priority Issue that must be solvedenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
Advanceimplementation needs someone advance for thisimplementation needs someone advance for thisOpen-to-AllThis is an issue that can be assigned to anyone and work on it.This is an issue that can be assigned to anyone and work on it.Priority:HIGHThis is High priority Issue that must be solvedThis is High priority Issue that must be solvedenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Summary
Containerize the ML FastAPI service to simplify deployment and make it compatible with container-based platforms such as Render.
Problem
The ML service currently requires manual setup:
This increases onboarding time and makes deployment more error-prone.
Proposed Solution
Dockerize the ML service by adding the necessary Docker configuration.
Tasks
ML/DockerfileML/.dockerignorePORTenvironment variableSETUP.mdandREADME.mdExample
Build the image: