Fix ultrawide workspace utilization
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-13 12:27:21 +02:00
parent 1689dce928
commit 6fe1bbd946
6 changed files with 29 additions and 11 deletions
+3 -2
View File
@@ -47,10 +47,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /app
COPY backend/pyproject.toml backend/README.md /app/
COPY backend/pyproject.toml /app/
COPY backend/app/__init__.py /app/app/__init__.py
RUN /usr/bin/python3.11 -m venv /opt/geointel/venv \
RUN printf '# GeoIntel backend package metadata\n' > /app/README.md \
&& /usr/bin/python3.11 -m venv /opt/geointel/venv \
&& pip install --no-cache-dir --upgrade pip setuptools \
&& if [ "$GEOINTEL_INSTALL_AI" = "true" ]; then \
pip install --no-cache-dir \