u
This commit is contained in:
@@ -13,10 +13,12 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
|
RUN mkdir -p /app && chmod 777 /app
|
||||||
WORKDIR /app
|
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 chmod -R 777 whisper.cpp
|
||||||
|
|
||||||
# Build whisper.cpp properly
|
# Build whisper.cpp properly
|
||||||
RUN cd whisper.cpp && \
|
RUN cd whisper.cpp && \
|
||||||
|
|||||||
Reference in New Issue
Block a user