fix: browser thread bug

This commit is contained in:
zhayujie
2026-03-30 21:27:08 +08:00
parent 00353dd0cb
commit 7549d48cf1
2 changed files with 60 additions and 9 deletions

View File

@@ -17,7 +17,8 @@ RUN apt-get update \
&& cp config-template.json config.json \
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
&& pip install --no-cache -r requirements.txt \
&& pip install --no-cache -r requirements-optional.txt
&& pip install --no-cache -r requirements-optional.txt \
&& pip install --no-cache -e .
WORKDIR ${BUILD_PREFIX}