orcasound / aifororcas-livesystem

Real-time AI-assisted killer whale notification system (model and moderator portal) :star:
http://orcahello.ai4orcas.net/
MIT License
37 stars 25 forks source link

Reducing container image size by changing to alpine base image #31

Open prakruti opened 3 years ago

prakruti commented 3 years ago

Change base image in Dockerfile https://github.com/orcasound/aifororcas-livesystem/blob/main/InferenceSystem/Dockerfile

Test that everything works

micya commented 3 years ago

Alpine package manager is apk (instead of apt for ubuntu). Might need to use python alpine base image (instead of pure alpine base image).

salsal97 commented 2 years ago

Is this issue still current? The link for the Dockerfile is broken..

micya commented 2 years ago

Is this issue still current? The link for the Dockerfile is broken..

It's still current. Updated the link.

salsal97 commented 2 years ago

Progress tracked here, still working on it - https://github.com/orcasound/aifororcas-livesystem/compare/main...salsal97:aifororcas-livesystem:sagoel_update_dockerfile?expand=1