u
This commit is contained in:
@@ -14,10 +14,10 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
RUN cd whisper.cpp
|
||||
|
||||
# Clone whisper.cpp (shallow clone)
|
||||
RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
|
||||
|
||||
RUN ls
|
||||
# Build whisper.cpp properly
|
||||
RUN cd whisper.cpp && \
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user