fix whisper.cpp LD path
This commit is contained in:
parent
6456df16c7
commit
31efd1ff51
@ -34,6 +34,7 @@ RUN mkdir -p /app/vibeui \
|
|||||||
# Install openwhisper
|
# Install openwhisper
|
||||||
COPY --from=ghcr.io/ggml-org/whisper.cpp:main-e7bf0294ec9099b5fc21f5ba969805dfb2108cea /app /app/whisper.cpp
|
COPY --from=ghcr.io/ggml-org/whisper.cpp:main-e7bf0294ec9099b5fc21f5ba969805dfb2108cea /app /app/whisper.cpp
|
||||||
ENV PATH="$PATH:/app/whisper.cpp/build/bin"
|
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 and install dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "futureporn",
|
"name": "futureporn",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose",
|
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user