Skip to content

Commit 1efdfc0

Browse files
baudneoedurenye
authored andcommitted
Update docker-compose.gpu.yml
Adds bind mounts for __main__.py and process.py to add --cuda arg support to piper until the upstream project includes it.
1 parent 3ab56f5 commit 1efdfc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.gpu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ services:
66
service: wyoming-piper
77
build:
88
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
912
deploy:
1013
resources:
1114
reservations:

0 commit comments

Comments
 (0)