This commit is contained in:
Kar
2025-06-15 23:01:24 +05:30
parent ee0ba8eaff
commit 4d9627630f

View File

@@ -23,7 +23,7 @@ WORKDIR /whisper.cpp
RUN make RUN make
# Verify main executable was built # Verify main executable was built
RUN ls -lh main && file main # RUN ls -lh main && file main
FROM ubuntu:22.04 AS runtime FROM ubuntu:22.04 AS runtime