mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
8 lines
134 B
YAML
8 lines
134 B
YAML
version: '3.0'
|
|
services:
|
|
web:
|
|
image: python:3-alpine
|
|
command: python3 -m http.server 8080
|
|
volumes:
|
|
- .:/num2words
|