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