Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

opendatahub-io-contrib/label-studio-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

label-studio-integration

Label Studio Integration with Open Data Hub

Installation

  1. git clone [email protected]:opendatahub-io-contrib/label-studio-integration.git

  2. cd label-studio-integration

  3. cd label-studio

  4. oc apply -f deploy/openshift/postgres

  5. Wait for postgres pod to be up and running. Once the pod is running grab the pod ip and enter it as the postgres-host in the deploy/openshift/labelstudio/deployment.yaml as follows (Note: this is currently a workaround)

- name: POSTGRE_HOST
  value: [127.0.0.1]  //replace ip with the pod ip of the postgres pod
  1. oc apply -f deploy/openshift/nginx

  2. oc apply -f deploy/openshift/postgres

TODOs:

  1. Fix the postgres deployment so that labelstudio can discover postgres using a hostname rather than the static ip of the pod. This is a temp workaround.
  2. Implement readycheck for the postgres deployment.
  3. Implement a livenessprobe for the labelstudio route

About

Label Studio Integration with Open Data Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published