master
parent
74a15e03ae
commit
4626c3ed00
|
@ -17,10 +17,10 @@ WORKDIR /app
|
|||
|
||||
# Clone whisper.cpp (shallow clone)
|
||||
RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
|
||||
RUN date
|
||||
RUN ls -la
|
||||
|
||||
# Build whisper.cpp properly
|
||||
RUN cd whisper.cpp && \
|
||||
pwd \
|
||||
make
|
||||
|
||||
# Verify the binary was built
|
||||
|
|
Loading…
Reference in New Issue