SuperMaskv

Results 5 comments of SuperMaskv

```bash /home/PaddleSpeech/demos/streaming_asr_server# paddlespeech_server start --config_file conf/punc_application.yaml &> punc.log & /home/PaddleSpeech/demos/streaming_asr_server# tail -f punc.log grep: warning: GREP_OPTIONS is deprecated; please use an alias or script [2022-07-29 09:51:00,170] [ INFO] - start...

> ```shell > /home/PaddleSpeech/demos/streaming_asr_server# paddlespeech_server start --config_file conf/punc_application.yaml &> punc.log & > /home/PaddleSpeech/demos/streaming_asr_server# tail -f punc.log > grep: warning: GREP_OPTIONS is deprecated; please use an alias or script > [2022-07-29...

请问,paddlecloud/paddlespeech是官方的镜像吗?如果是的话可以提供一些文档说明吗,比如如何启动asr stream server,应该预留哪些容器端口。

I meet the same issue with the same startup. ```bash [2024-07-17 09:54:23] [fe2dc1b5] copying files to container: / [2024-07-17 09:54:31] [fe2dc1b5] copying files to container: /run/determined [2024-07-17 09:54:37] [fe2dc1b5] copying...

I might figure out why this issue happened. Refer to the log in master container: ```log http: proxy error: dial tcp 172.27.0.1:32807: i/o timeout ``` I found something which is...