We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab56f5 commit 1efdfc0Copy full SHA for 1efdfc0
docker-compose.gpu.yml
@@ -6,6 +6,9 @@ services:
6
service: wyoming-piper
7
build:
8
dockerfile: GPU.Dockerfile
9
+ volumes:
10
+ - ./piper/__main__.py:/usr/local/lib/python3.10/dist-packages/wyoming_piper/__main__.py
11
+ - ./piper/process.py:/usr/local/lib/python3.10/dist-packages/wyoming_piper/process.py
12
deploy:
13
resources:
14
reservations:
0 commit comments