update: Dockerfile

This commit is contained in:
tao.chen
2026-08-14 15:55:00 +08:00
parent 7347b409e5
commit 2014d59681
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ COPY pyproject.toml uv.lock ./
COPY common ./common
COPY runtime ./runtime
COPY extras ./extras
RUN uv sync --frozen --no-dev --no-editable --package runtime
RUN uv sync --frozen --no-dev --no-editable --package runtime --no-install-workspace
RUN mkdir -p /root/.jupyter/custom /app/.venv/share/jupyter/custom && \
echo '#top-panel, #top-panel-wrapper, .jp-Notebook-header, .jp-FileEditorHeader {display: none !important; height: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: none !important; position: absolute !important; pointer-events: none !important; }' > /root/.jupyter/custom/custom.css && \