Editable and removable datasets #8

Merged
dylan merged 9 commits from feat/editable-datasets into main 2026-03-05 16:55:48 +00:00
Showing only changes of commit eb273efe61 - Show all commits

View File

@@ -54,5 +54,16 @@ services:
count: 1
capabilities: [gpu]
frontend:
build:
context: ./frontend
container_name: crosspost_frontend
volumes:
- /app/node_modules
ports:
- "5173:5173"
depends_on:
- backend
volumes:
model_cache: