remove imdl
Some checks failed
ci / build (push) Successful in 2h8m28s
ci / test (push) Failing after 2m47s

This commit is contained in:
CJ_Clippy 2025-09-09 16:06:32 -08:00
parent 76f02e34bd
commit c33eb1d8a6
2 changed files with 1 additions and 4 deletions

View File

@ -39,9 +39,6 @@ ENV LD_LIBRARY_PATH="/app/whisper.cpp/build/src:/app/whisper.cpp/build/ggml/src:
# Install b2-cli # Install b2-cli
RUN wget https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v4.4.1/b2-linux -O /usr/local/bin/b2 && chmod +x /usr/local/bin/b2 RUN wget https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v4.4.1/b2-linux -O /usr/local/bin/b2 && chmod +x /usr/local/bin/b2
# Install imdl
RUN wget https://github.com/casey/intermodal/releases/download/v0.1.14/imdl-v0.1.14-x86_64-unknown-linux-musl.tar.gz -O /tmp/imdl.tar.gz && tar xvzf /tmp/imdl.tar.gz && cp /tmp/imdl /usr/local/bin/imdl
# Copy and install dependencies # Copy and install dependencies
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm install --ignore-scripts=false --foreground-scripts --verbose RUN npm install --ignore-scripts=false --foreground-scripts --verbose

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.7.0", "version": "2.7.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent", "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent",