add torchvision
This commit is contained in:
parent
e9d8705fd5
commit
b651bbe515
@ -59,6 +59,7 @@ RUN python3 -m venv /app/venv
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
python3 -m pip install uv && \
|
||||
uv pip install torch --index-url https://download.pytorch.org/whl/cpu && \
|
||||
uv pip install torchvision && \
|
||||
uv pip install ultralytics && \
|
||||
uv pip install vcsi
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "futureporn-our",
|
||||
"private": true,
|
||||
"version": "2.8.15",
|
||||
"version": "2.8.16",
|
||||
"type": "module",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user