Update Dockerfile
This commit is contained in:
parent
bb59a3f884
commit
c6a8a982ba
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue