fix: build error

This commit is contained in:
tao.chen
2026-08-14 17:16:53 +08:00
parent de1682c00d
commit 45cb2f8409
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -36,8 +36,8 @@ RUN uv venv --seed --python 3.12 /opt/venv/python3.12 && \
COPY common ./common
COPY runtime ./runtime
RUN uv sync --frozen --no-dev --package runtime
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 && \
cp /root/.jupyter/custom/custom.css /app/.venv/share/jupyter/custom/custom.css