fix whisper.cpp LD path
Some checks failed
ci / build (push) Failing after 1s
ci / Tests & Checks (push) Failing after 2s

This commit is contained in:
CJ_Clippy 2025-08-11 00:36:09 -08:00
parent 6456df16c7
commit 31efd1ff51
3 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ RUN mkdir -p /app/vibeui \
# Install openwhisper
COPY --from=ghcr.io/ggml-org/whisper.cpp:main-e7bf0294ec9099b5fc21f5ba969805dfb2108cea /app /app/whisper.cpp
ENV PATH="$PATH:/app/whisper.cpp/build/bin"
ENV LD_LIBRARY_PATH="/app/whisper.cpp/build/src:/app/whisper.cpp/build/ggml/src:/usr/local/lib:/usr/lib"
# Copy and install dependencies
COPY package.json package-lock.json ./

View File

@ -1,7 +1,7 @@
{
"name": "futureporn",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"type": "module",
"scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose",