Fix: sandbox sandalone context error (#8340)

### What problem does this PR solve?

Fix sandbox sandalone context error. #8307.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Yongteng Lei
2025-06-18 12:37:17 +08:00
committed by GitHub
parent 371f61972d
commit c01237ec0f
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ ENV UV_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
WORKDIR /app
COPY executor_manager/ .
COPY . .
RUN uv pip install --system -r requirements.txt