-
Notifications
You must be signed in to change notification settings - Fork 266
Docker Restoration and Fixes #1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jeff-hykin
wants to merge
92
commits into
dev
Choose a base branch
from
jeff/fix/docker3
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
da3bf59
Merge pull request #1056 from dimensionalOS/dev - Pre-Release v0.0.8:…
spomichter 1668860
Merge pull request #1092 - v0.0.9 Release Patch: Git clone change to …
spomichter e330165
Merge pull request #1336 from dimensionalOS/dev
spomichter c76620b
Merge pull request #1340 from dimensionalOS/dev
spomichter 5daada5
add docker example
jeff-hykin 1412542
add docker module system
jeff-hykin b63bf73
fixup
jeff-hykin 580eda4
fix rerun imports
jeff-hykin 5374de6
fixup imports
jeff-hykin bc66a45
fixup
jeff-hykin d843609
simplify stop logic
jeff-hykin 30254a1
simplify and explain
jeff-hykin 16565b0
parallel start of docker modules
jeff-hykin 9117017
fix container name to be stable
jeff-hykin ab150fa
lazy import
jeff-hykin 84c045e
clean up
jeff-hykin 4673a6c
Merge branch 'dev' of github.com:dimensionalOS/dimos into jeff/fix/do…
jeff-hykin b5f9a4d
Merge branch 'dev' into jeff/fix/docker3
jeff-hykin 9ead3fd
revert
jeff-hykin b98d5d0
cleanup
jeff-hykin 2fed467
fixup deploy_parallel
jeff-hykin 9b7696b
clean up reconnect logic
jeff-hykin 3ec6070
fixup
jeff-hykin e06be8e
-
jeff-hykin 06181ed
fix deployment/coordinator timeline
jeff-hykin d87ab95
fir enforcement of either dockerfile or image pull
jeff-hykin b3d24ef
fix reconnect system
jeff-hykin 83cb7c7
-
jeff-hykin d62396b
fix deploy_parallel
jeff-hykin 20aa4f1
better error
jeff-hykin 3459853
clean container name generation
jeff-hykin 5538b65
fixup typing for ModuleProxy
jeff-hykin 52146f2
misc
jeff-hykin 3cf2dff
testing fixup
jeff-hykin 8eaed57
maintain order
jeff-hykin 55c234d
refine
jeff-hykin d9d4716
make pull out configurable
jeff-hykin 215e9ba
have example show using normal config
jeff-hykin 1f8ab0a
Add DockerWorkerManager
jeff-hykin 4536ce1
add proper cleanup handling if a module fails to deploy correctly
jeff-hykin 59c5cc0
mypy fixup
jeff-hykin 5d46c8b
-
jeff-hykin c72b380
add docker_build_ssh and image rebuild check
jeff-hykin 6e0a5c5
simplify
jeff-hykin 2b4adae
misc
jeff-hykin cb83f9a
add docker_build_extra_args
jeff-hykin 7ae8d89
Merge branch 'dev' into jeff/fix/docker3
jeff-hykin c74c5b9
PR review fixes: better error messages, consistent API, restore insta…
jeff-hykin 45ee6fe
fix pull problem
jeff-hykin 029a863
fix reconnect edgecase and __getattr__ loop edgecase
jeff-hykin 5106445
change the ignore postfix
jeff-hykin 8829761
fix docker defaults, make deploy better
jeff-hykin 068b0ad
misc
jeff-hykin 75268de
fix mypy
jeff-hykin f38e4be
fix ExceptionGroup edgecase
jeff-hykin 6a08e30
Merge branch 'dev' into jeff/fix/docker3
jeff-hykin 39df404
Merge branch 'dev' of github.com:dimensionalOS/dimos into jeff/fix/do…
jeff-hykin 56518bf
Merge pull request #1526 from dimensionalOS/dev
spomichter c1fa920
Merge pull request #1530 from dimensionalOS/dev
spomichter e986d38
Merge pull request #1532 from dimensionalOS/dev
spomichter f206464
Merge pull request #1537 from dimensionalOS/dev
spomichter e26e771
Merge remote-tracking branch 'origin' into jeff/fix/docker3
jeff-hykin 5bc5c7d
chore: resolve conflicts with dev
jeff-hykin 985ecd7
fix: update Docker deployment to use ModuleSpec format
jeff-hykin 9802b28
chore: resolve conflicts with dev
jeff-hykin 5d994c1
fix(mypy): cover import-not-found for onnxruntime type: ignore
jeff-hykin dd3251e
fix: remove section markers from hello_docker.py and untrack .venv
jeff-hykin 9830a8e
style: fix formatting in hello_docker.py
jeff-hykin cbc4617
fix: address review comments on hello_docker example
jeff-hykin 42366e1
fix: resolve merge conflict with dev (uv.lock)
jeff-hykin 780736c
make timeout not hardcoded
jeff-hykin 66a6567
docs: add clarifying comment for deploy_parallel lambda tuple
jeff-hykin 1d3f123
feat: port rpc_timeouts system from jeff/fix/rosnav3
jeff-hykin cc2212c
Merge branch 'jeff/fix/docker3' of github.com:dimensionalOS/dimos int…
jeff-hykin 747bbe2
CI code cleanup
jeff-hykin c2d2643
fixup rpc timeouts, cause they matter for docker
jeff-hykin 427949f
Merge branch 'dev' of github.com:dimensionalOS/dimos into jeff/fix/do…
jeff-hykin 54d4592
better matching logic for rpc_timeouts
jeff-hykin 1598545
enforce RPCSpec's to have rpc_timeouts in constructor
jeff-hykin 8a36843
Remove pr-name-check from this branch
jeff-hykin 7ad090f
fixup rpc timeouts
jeff-hykin d0563a8
mypy issue on dev
jeff-hykin 639e90c
equality
jeff-hykin 5a41e06
Merge branch 'jeff/fix/docker3' of github.com:dimensionalOS/dimos int…
jeff-hykin 5c85dc2
fix: docker module init + rpc timeout bugs
jeff-hykin 9668e3a
fix(example): use 'cowsay' not '/usr/games/cowsay' per review
jeff-hykin fba0a71
CI code cleanup
jeff-hykin f6a5602
Merge origin/dev into jeff/fix/docker3
jeff-hykin 593c418
fix: address Paul's PR review comments
jeff-hykin 4278166
fix(ci): fix _DummyRPC init and mypy type-ignore for rpc_transport kw…
jeff-hykin 47737b0
fix(mypy): add __all__ to vl/create.py for explicit VlModelName export
jeff-hykin 157ce93
fix(test): wrap coordinator in try/finally for proper cleanup on test…
jeff-hykin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bloat removed