18 lines
361 B
YAML
18 lines
361 B
YAML
networks:
|
|
funasr:
|
|
external: false
|
|
services:
|
|
server:
|
|
image: registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.11
|
|
networks:
|
|
- funasr
|
|
ports:
|
|
- 10096:10095
|
|
privileged: true
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
volumes:
|
|
- ./funasr-runtime-resources/models://workspace/models
|
|
|
|
|