snapshot
This commit is contained in:
@@ -6,6 +6,7 @@ FROM python:3.12-slim
|
||||
COPY dagster-requirements.txt requirements.txt
|
||||
RUN pip install uv
|
||||
RUN uv pip install -r requirements.txt --system
|
||||
RUN uv pip install polars-lts-cpu --system
|
||||
|
||||
# Set $DAGSTER_HOME and copy dagster instance and workspace YAML there
|
||||
ENV DAGSTER_HOME=/opt/dagster/home/
|
||||
|
||||
Reference in New Issue
Block a user