diff --git a/Dockerfile b/Dockerfile index 2019e8b..9e896de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ WORKDIR /whisper.cpp RUN make # Verify main executable was built -RUN ls -lh main && file main +# RUN ls -lh main && file main FROM ubuntu:22.04 AS runtime