remove polars-lts-cpu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user