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 4310107 + 2457189 commit d432dfaCopy full SHA for d432dfa
docker/tools/Dockerfile
@@ -48,7 +48,6 @@ RUN bash $BAG3D_PIPELINE_LOCATION/tools-build.sh \
48
--build-lastools \
49
--build-pdal \
50
--build-val3dity \
51
- --build-cjval \
52
--build-cjio \
53
--jobs $JOBS \
54
--clean
@@ -142,7 +141,13 @@ COPY docker/tools/requirements.txt .
142
141
RUN --mount=type=cache,mode=0755,target=/root/.cache/uv uv pip install -r requirements.txt
143
144
145
-FROM dagster AS test-tools
+FROM dagster AS cjval
+
146
+ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
147
148
+COPY --from=tudelft3d/cjval:0.8.2 /usr/local/bin/cjval $BAG3D_PIPELINE_LOCATION/tools/bin/cjval
149
150
+FROM cjval AS test-tools
151
# Clean up the image
152
RUN rm -rf $HOME/.cache/*; \
153
apt-get -y remove \
0 commit comments