pyronear / pyro-platform

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

chore: use pyroclient from github #94

Closed blenzi closed 1 year ago

blenzi commented 1 year ago

The latest release of pyroclient (0.1.2) is not compatible with the platform anymore (e.g. https://github.com/pyronear/pyro-api/pull/215). Use the version from github while waiting for a compatible release.

N.B.: using a version from github requires to have git to install it, so the image cannot be slim. Use python:3.8 instead.

MateoLostanlen commented 1 year ago

Done in #101