SIENTIAPDE-1309: Improve Dockerignore, Gitignore, Dockerfile, README, model repository, tests, todo list and values.yaml files.

This commit is contained in:
Bruno Domingues
2025-11-07 15:08:50 -03:00
parent 258bad84c6
commit 7ff54a1112
8 changed files with 41 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ ENV PATH="/opt/venv/bin:$PATH"
RUN pip install --upgrade pip setuptools wheel
# Copy requirements files for better Docker layer caching
COPY requirements.txt requirements-dev.txt ./
COPY requirements.txt ./
# Install only production dependencies with no cache
RUN --mount=type=ssh echo "=== Installing dependencies ===" && \