mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-09 16:08:31 +00:00
Adds Kubernetes sandbox provisioner support (#35)
* Adds Kubernetes sandbox provisioner support * Improves Docker dev setup by standardizing host paths Replaces hardcoded host paths with a configurable root directory, making the development environment more portable and easier to use across different machines. Automatically sets the root path if not already defined, reducing manual setup steps.
This commit is contained in:
parent
e87fd74e17
commit
300e5a519a
36 changed files with 2136 additions and 1286 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
# DeerFlow docker image cache
|
||||
docker/.cache/
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
*.local
|
||||
|
|
@ -40,3 +42,4 @@ logs/
|
|||
|
||||
# pnpm
|
||||
.pnpm-store
|
||||
sandbox_image_cache.tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue