feat: add mlflow and lightbm model
This commit is contained in:
@@ -5,8 +5,8 @@ WORKDIR /app
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
||||
|
||||
# Install system dependencies (git is required by elementary/dbt deps)
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
|
||||
# Install system dependencies (git is required by elementary/dbt deps, libgomp1 for LightGBM)
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends git libgomp1 && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install dependencies before copying full source (layer caching)
|
||||
COPY pyproject.toml uv.lock* ./
|
||||
|
||||
Reference in New Issue
Block a user