Configure monorepo build: unified CI, local deps, .dockerignore
- Dockerfiles use monorepo root as build context - common/ and core/ installed as local packages (no git+https) - Client tarball built from local client/ dir - Unified CI with change detection: common/core -> rebuild both - Per-repo CI workflows removed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,9 +13,6 @@ markdown>=3.5.0
|
||||
# Common effect dependencies (used by uploaded effects)
|
||||
numpy>=1.24.0
|
||||
opencv-python-headless>=4.8.0
|
||||
# Core artdag from GitHub (tracks main branch)
|
||||
git+https://github.com/gilesbradshaw/art-dag.git@main
|
||||
# Shared components (tracks master branch)
|
||||
git+https://git.rose-ash.com/art-dag/common.git@master
|
||||
# core (artdag) and common (artdag_common) installed from local dirs in Dockerfile
|
||||
psycopg2-binary
|
||||
nest_asyncio
|
||||
|
||||
Reference in New Issue
Block a user