u
This commit is contained in:
@@ -17,10 +17,10 @@ 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 date
|
|
||||||
RUN ls -la
|
|
||||||
# Build whisper.cpp properly
|
# Build whisper.cpp properly
|
||||||
RUN cd whisper.cpp && \
|
RUN cd whisper.cpp && \
|
||||||
|
pwd \
|
||||||
make
|
make
|
||||||
|
|
||||||
# Verify the binary was built
|
# Verify the binary was built
|
||||||
|
|||||||
Reference in New Issue
Block a user