remove polars-lts-cpu

This commit is contained in:
2025-08-05 08:36:49 +02:00
parent 28a195a256
commit 2d20cdf256
3 changed files with 3 additions and 6 deletions

View File

@@ -14,8 +14,7 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh
WORKDIR /opt/dagster/home
COPY requirements.txt .
RUN uv pip install -r requirements.txt --system \
&& uv pip install polars-lts-cpu --system
RUN uv pip install -r requirements.txt --system
ARG APP
ENV APP=$APP