Update Dockerfile

This commit is contained in:
Robert Dunmire III 2025-01-04 13:30:48 -05:00
parent bb59a3f884
commit c6a8a982ba
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ RUN \
# Patch to enable CUDA arguments for piper
COPY patch/wyoming-piper_cuda.patch /tmp/
RUN \
ls -l /app/lib; ls -l /app/lib/* &&\
cd /app/lib/python3.10/dist-packages/wyoming_piper/ &&\
patch -p0 < /tmp/wyoming-piper_cuda.patch