Skip to content

Commit 3154ebb

Browse files
man4ishclaude
andcommitted
fix(compose): add OMNIBIOAI_WORK_DIR env var for correct path translation
Passes WORK_DIR into the workbench container so executors can resolve /app/work/ paths correctly via the updated _to_host_path() function. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 606a1ac commit 3154ebb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ services:
225225
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
226226
OMNIBIOAI_TES_URL: http://tes:8081
227227
OMNIBIOAI_HOST_APP_PREFIX: ${WORKSPACE_HOST}
228+
OMNIBIOAI_WORK_DIR: ${WORK_DIR}
228229
OMNI_OBJECT_STORAGE_DIR: /app/work/objects
229230
OMNI_OBJECT_REGISTRY_PATH: /app/work/object_registry.json
230231
OMNIBIOAI_RUNS_ROOT: /app/work/runs

0 commit comments

Comments
 (0)