chansooligans / oagdedupe

Developed for Use by NY Office of the Attorney General: A Python library for scalable entity resolution, using active learning to learn blocking configurations, generate comparison pairs, then clasify matches
https://oagdedupe.readthedocs.io/en/latest/
MIT License
2 stars 1 forks source link

labelstudio/ fast API networking documentation #121

Open chansooligans opened 1 year ago

chansooligans commented 1 year ago

host machine should be properly configured in settings so that LabelStudio docker container can reach FastAPI

there might be a neater way to set this up, need to read up on docker networking


Seems to work with keeping host 0.0.0.0 by adding --add-host host.docker.internal:host-gateway for linux; according to docker documnetation, don't need to add this for windows/os