I have cloned a public repo and tried to deploy in my local machine for the ML webapp deployment. Unfortunately I am facing an error one of the container image not getting started, keep on exit with code 1 error. Please assist on this!
$ docker-compose ps -a
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
diet-recommendation-system-backend-1 backend:latest "uvicorn main:app --…" backend 16 minutes ago Up 16 minutes 0.0.0.0:8080->8080/tcp
diet-recommendation-system-frontend-1 frontend:latest "streamlit run Hello…" frontend 16 minutes ago Exited (1) 15 minutes ago
(GitHub - zakaria-narjis/Diet-Recommendation-System: Food/Diet Recommendation system using machine learning)
I want to complete my college project and kindly help me out as soon as possible. Thank you in advance.
Regards,
DV