update: Dockerfile
This commit is contained in:
+1
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user