Agent/commag multi objective offline study - #65
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4decbfb652
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ```bash | ||
| docker compose -f docker-compose.offline-study.yml down --remove-orphans | ||
| docker compose -f docker-compose.offline-study.yml up --build --force-recreate test |
There was a problem hiding this comment.
Preserve the caller UID in the clean retry
On Linux hosts where the caller's UID/GID is not 1000, this retry omits the LOCAL_UID and LOCAL_GID assignments used by the primary command, so the recreated services run as the default 1000:1000 against bind-mounted directories owned by the caller and typically not writable by that UID. As a result, prepare-data can fail when updating the existing data and results; pass the caller UID/GID to this up command as well.
Useful? React with 👍 / 👎.
No description provided.