update: hide top-panel
This commit is contained in:
@@ -37,5 +37,7 @@ COPY common ./common
|
||||
COPY runtime ./runtime
|
||||
RUN UV_DEFAULT_INDEX="https://pypi.tuna.tsinghua.edu.cn/simple/" uv sync --frozen --no-dev --no-editable --package runtime
|
||||
|
||||
COPY overrides.json /app/.venv/share/jupyter/lab/settings/overrides.json
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["uv", "run", "--frozen", "--package", "runtime", "gunicorn", "--config", "runtime/gunicorn.conf.py", "runtime.main:app"]
|
||||
|
||||
Reference in New Issue
Block a user