master
Kar 2025-06-15 23:01:24 +05:30
parent ee0ba8eaff
commit 4d9627630f
1 changed files with 1 additions and 1 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