master
parent
5203609eaf
commit
9d3510b75f
|
@ -17,7 +17,7 @@ WORKDIR /app
|
||||||
|
|
||||||
# Clone whisper.cpp (shallow clone)
|
# Clone whisper.cpp (shallow clone)
|
||||||
RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
|
RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
|
||||||
RUN ls
|
RUN ls -la
|
||||||
# Build whisper.cpp properly
|
# Build whisper.cpp properly
|
||||||
RUN cd whisper.cpp && \
|
RUN cd whisper.cpp && \
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue