From 61d6f7f50748b82636737bd50dc4348568d413b9 Mon Sep 17 00:00:00 2001 From: svupper <56261963+svupper@users.noreply.github.com> Date: Mon, 17 Apr 2023 02:17:00 +0200 Subject: [PATCH] Add dependencies to Dockerfile for TTS extensions (#1276) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9f8dbcf..b4fc9121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="Your Name " LABEL description="Docker image for GPTQ-for-LLaMa and Text Generation WebUI" RUN apt-get update && \ - apt-get install --no-install-recommends -y git python3 python3-pip make g++ && \ + apt-get install --no-install-recommends -y libportaudio2 libasound-dev git python3 python3-pip make g++ && \ rm -rf /var/lib/apt/lists/* RUN --mount=type=cache,target=/root/.cache/pip pip3 install virtualenv