master
parent
0b6ed09ead
commit
5203609eaf
|
@ -14,10 +14,10 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN cd whisper.cpp
|
|
||||||
# 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
|
||||||
# Build whisper.cpp properly
|
# Build whisper.cpp properly
|
||||||
RUN cd whisper.cpp && \
|
RUN cd whisper.cpp && \
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue