From 2fe204101e2428538d32b9c3fe5e7380ebefe276 Mon Sep 17 00:00:00 2001 From: Kar l5 Date: Sun, 15 Jun 2025 22:04:58 +0530 Subject: [PATCH] u --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd86f47..872799a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git # Build whisper.cpp properly RUN cd whisper.cpp && \ - pwd \ + pwd && \ make # Verify the binary was built