docker run -td --name ttsserver --security-opt seccomp:unconfined -v "$(pwd)/tts_4_chat/pretrained_models:/workspace/models/redtts" -p 8081:8081 crpi-byegxpnnsibfy3j1.cn-shanghai.personal.cr.aliyuncs.com/fireredchat/fireredtts1-server:latest bash /workspace/run.sh --llm --svc_config_path /workspace/svc.yaml --port 8081 --http_uri=/v1/audio/speech WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested c3eb5549c5d92782d145a09ea4027e88b503cba69cb3849a50eaec133ecd5708 [dict@gpu240.corp.yodao.com docker]$ docker logs -f ttsserver 2025-10-13 16:55:20.091 | INFO | __main__:<module>:221 - ['/workspace/run.py', '--llm', '--svc_config_path', '/workspace/svc.yaml', '--port', '8081', '--http_uri=/v1/audio/speech'] 2025-10-13 16:55:20.094 | INFO | __main__:<module>:227 - args.debug: False Namespace(svc_config_path='/workspace/svc.yaml', sys_config_path=None, apollo_id=None, apollo_cluster=None, apollo_ns=None, apollo_env=None, apollo_svc=None, apollo_sys=None, workflow_init_wait=3600, stub_init_sync_timeout=3600, process_timeout=3600000, offline_batching=False, debug=False, llm=True) 2025-10-13 16:55:20.096 | INFO | __main__:<module>:258 - [Notice] Tap 'Ctrl+C' to exit all processes. 2025-10-13 16:55:20.099 | INFO | __main__:exec_command:95 - child_pids [9, 10] red_serving: error while loading shared libraries: libcore.so: cannot open shared object file: No such file or directory 2025-10-13 16:55:20.101 | INFO | __main__:<module>:261 - [Warning] redserving exited 2025-10-13 16:55:20.101 | INFO | __main__:<module>:265 - [Warning] python_stub exited
how to solve this problem?
docker run -td --name ttsserver --security-opt seccomp:unconfined -v "$(pwd)/tts_4_chat/pretrained_models:/workspace/models/redtts" -p 8081:8081 crpi-byegxpnnsibfy3j1.cn-shanghai.personal.cr.aliyuncs.com/fireredchat/fireredtts1-server:latest bash /workspace/run.sh --llm --svc_config_path /workspace/svc.yaml --port 8081 --http_uri=/v1/audio/speech WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested c3eb5549c5d92782d145a09ea4027e88b503cba69cb3849a50eaec133ecd5708 [dict@gpu240.corp.yodao.com docker]$ docker logs -f ttsserver 2025-10-13 16:55:20.091 | INFO | __main__:<module>:221 - ['/workspace/run.py', '--llm', '--svc_config_path', '/workspace/svc.yaml', '--port', '8081', '--http_uri=/v1/audio/speech'] 2025-10-13 16:55:20.094 | INFO | __main__:<module>:227 - args.debug: False Namespace(svc_config_path='/workspace/svc.yaml', sys_config_path=None, apollo_id=None, apollo_cluster=None, apollo_ns=None, apollo_env=None, apollo_svc=None, apollo_sys=None, workflow_init_wait=3600, stub_init_sync_timeout=3600, process_timeout=3600000, offline_batching=False, debug=False, llm=True) 2025-10-13 16:55:20.096 | INFO | __main__:<module>:258 - [Notice] Tap 'Ctrl+C' to exit all processes. 2025-10-13 16:55:20.099 | INFO | __main__:exec_command:95 - child_pids [9, 10] red_serving: error while loading shared libraries: libcore.so: cannot open shared object file: No such file or directory 2025-10-13 16:55:20.101 | INFO | __main__:<module>:261 - [Warning] redserving exited 2025-10-13 16:55:20.101 | INFO | __main__:<module>:265 - [Warning] python_stub exitedhow to solve this problem?