KotobaTranscriber / docker-compose.yml
MakiAi's picture
[feat] 音声認識アプリの実装
edf2658
raw
history blame contribute delete
No virus
172 Bytes
version: '3'
services:
app:
build: .
ports:
- "7860:7860"
volumes:
- ./:/app
- .cache:/root/.cache
command: python app.py
tty: true