File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ RUN bash $BAG3D_PIPELINE_LOCATION/tools-build.sh \
48
48
--build-lastools \
49
49
--build-pdal \
50
50
--build-val3dity \
51
- --build-cjval \
52
51
--build-cjio \
53
52
--jobs $JOBS \
54
53
--clean
@@ -141,8 +140,13 @@ RUN uv venv --python 3.12 $VIRTUAL_ENV
141
140
COPY docker/tools/requirements.txt .
142
141
RUN --mount=type=cache,mode=0755,target=/root/.cache/uv uv pip install -r requirements.txt
143
142
143
+ FROM dagster AS cjval
144
144
145
- FROM dagster AS test-tools
145
+ ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
146
+
147
+ COPY --from=tudelft3d/cjval:0.8.2 /usr/local/bin/cjval $BAG3D_PIPELINE_LOCATION/tools/bin/cjval
148
+
149
+ FROM cjval AS test-tools
146
150
# Clean up the image
147
151
RUN rm -rf $HOME/.cache/*; \
148
152
apt-get -y remove \
You can’t perform that action at this time.
0 commit comments