Open
Description
Hi, I'd like to test the label studio backend so I installed MM detection on my Mac with docker-compose.
The mmdetection server run very well but I couldn't use it in my label studio project.
The server log is below.
**(labelstudio) (base) midi79@Cheolkyuui-iMac mmdetection % docker-compose up
redis is up-to-date
server is up-to-date
Attaching to redis, server
server | 2022-06-27 13:05:51,845 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
server | 2022-06-27 13:05:51,852 INFO RPC interface 'supervisor' initialized
server | 2022-06-27 13:05:51,852 CRIT Server 'inet_http_server' running without any HTTP authentication checking
server | 2022-06-27 13:05:51,852 INFO supervisord started with pid 1
server | 2022-06-27 13:05:52,858 INFO spawned: 'rq_00' with pid 10
server | 2022-06-27 13:05:52,861 INFO spawned: 'wsgi' with pid 11
server | 2022-06-27 13:05:53,951 INFO success: rq_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
server | 2022-06-27 13:05:53,951 INFO success: wsgi entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
redis | 1:C 27 Jun 2022 13:05:51.427 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis | 1:C 27 Jun 2022 13:05:51.427 # Redis version=7.0.2, bits=64, commit=00000000, modified=0, pid=1, just started
redis | 1:C 27 Jun 2022 13:05:51.427 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis | 1:M 27 Jun 2022 13:05:51.428 * monotonic clock: POSIX clock_gettime
redis | 1:M 27 Jun 2022 13:05:51.428 * Running mode=standalone, port=6379.
redis | 1:M 27 Jun 2022 13:05:51.428 # Server initialized
redis | 1:M 27 Jun 2022 13:05:51.428 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis | 1:M 27 Jun 2022 13:05:51.429 * Ready to accept connections
As you can see upper image, a validation error has occurred.
How can I pass this validation?
The server was running as below image.
I will wait for your help.
Thank you!