master
parent
4626c3ed00
commit
2fe204101e
|
@ -20,7 +20,7 @@ RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
|
||||||
|
|
||||||
# Build whisper.cpp properly
|
# Build whisper.cpp properly
|
||||||
RUN cd whisper.cpp && \
|
RUN cd whisper.cpp && \
|
||||||
pwd \
|
pwd && \
|
||||||
make
|
make
|
||||||
|
|
||||||
# Verify the binary was built
|
# Verify the binary was built
|
||||||
|
|
Loading…
Reference in New Issue