From 2864737adc1cd21665ca36e7b3e1fcb660d26ea5 Mon Sep 17 00:00:00 2001 From: samiabat Date: Tue, 1 Apr 2025 21:38:10 +0300 Subject: [PATCH] add cmake version --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1a3c4f1f..93eb3ab3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ LABEL description="Docker image for GPT-SoVITS" ENV DEBIAN_FRONTEND=noninteractive ENV TZ=Etc/UTC RUN apt-get update && \ + apt-get install -y cmake \ apt-get install -y --no-install-recommends tzdata ffmpeg libsox-dev parallel aria2 git git-lfs && \ git lfs install && \ rm -rf /var/lib/apt/lists/*