HumanSignal / HumanSignal/label-studio
Problems when Deploying to server with Docker
Open
community:investigate
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
Hi everyone,
I tried running the docker container on a server (debian), but I am getting an error message...
I followed the instructions here: https://hub.docker.com/r/heartexlabs/label-studio#run-with-docker-compose but it seems like I am getting a permission error after executing:
`docker run -it -p 8080:8080 -v `pwd`/mydata:/label-studio/data heartexlabs/label-studio:latest`
The error log is on [this screenshot](https://i.stack.imgur.com/JwgLn.png)
Any ideas? I executed the commando as root, so I assume I have root permissions?
Contributor guide
Assessment
This issue has not been assessed yet.