add torchvision
Some checks failed
ci / test (push) Failing after 9m56s
ci / build (push) Successful in 56m3s

This commit is contained in:
CJ_Clippy 2025-09-26 14:58:46 -08:00
parent e9d8705fd5
commit b651bbe515
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ RUN python3 -m venv /app/venv
RUN --mount=type=cache,target=/root/.cache/uv \ RUN --mount=type=cache,target=/root/.cache/uv \
python3 -m pip install uv && \ python3 -m pip install uv && \
uv pip install torch --index-url https://download.pytorch.org/whl/cpu && \ uv pip install torch --index-url https://download.pytorch.org/whl/cpu && \
uv pip install torchvision && \
uv pip install ultralytics && \ uv pip install ultralytics && \
uv pip install vcsi uv pip install vcsi

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.8.15", "version": "2.8.16",
"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 npm:dev:tailscale", "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 npm:dev:tailscale",