We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0b264f + 474f0a7 commit cfd9e06Copy full SHA for cfd9e06
docker/tools/Dockerfile
@@ -118,6 +118,7 @@ RUN mkdir -p $BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/flowcharts && \
118
119
120
FROM geoflow-old AS dagster
121
+
122
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
123
124
# Activate the virtual environment
docker/tools/requirements.txt
@@ -1,4 +1,4 @@
1
# Requirements for running a dagster grpc server in the workflow package images.
2
-dagster==1.8
3
-dagster-postgres==0.24
4
-dagster-docker==0.24
+dagster==1.10
+dagster-postgres==0.26
+dagster-docker==0.26
0 commit comments