HumanSignal / HumanSignal/label-studio
Run Label Studio on python virtual env with a host and sub-path
Open
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
Using this powershell script to start label-studio
$env:LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK="true"
$env:LABEL_STUDIO_HOST=http://localhost:8080/foo
label-studio start --data-dir E:\label-studio-datadir
label-studio is not starting in the subpath I have provided. is there a bug?
Edge opens in http://localhost:8080/foo but label-studio says "Uh oh, this page doesn´t exist"
Contributor guide
Assessment
This issue has not been assessed yet.