This commit is contained in:
Kar
2025-06-15 23:16:15 +05:30
parent a4da5e0b24
commit 67d03a9b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -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