Skip to content

Commit

Permalink
Update docker-compose.gpu.yml
Browse files Browse the repository at this point in the history
Adds bind mounts for __main__.py and process.py to add --cuda arg support to piper until the upstream project includes it.
  • Loading branch information
baudneo authored Dec 26, 2023
1 parent 61aaa64 commit ab3ee66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
service: wyoming-piper
build:
dockerfile: GPU.Dockerfile
volumes:
- ./piper/__main__.py:/usr/local/lib/python3.10/dist-packages/wyoming_piper/__main__.py
- ./piper/process.py:/usr/local/lib/python3.10/dist-packages/wyoming_piper/process.py
deploy:
resources:
reservations:
Expand Down

0 comments on commit ab3ee66

Please sign in to comment.