This commit is contained in:
Kar
2025-06-15 23:14:13 +05:30
parent f3b41be55b
commit a4da5e0b24

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