pyronear / pyro-platform

Detection & monitoring platform of wildfires
https://platform.pyronear.org/
Apache License 2.0
10 stars 11 forks source link

feat: updated dockerfile to perform poetry installation + requirements automatically #167

Open Zougouda opened 1 month ago

Zougouda commented 1 month ago

The previous version implied to already have a python + poetry installed on the host machine. Which was not very "dockery". I moved the required steps to install all of it in the dockerfile.