Skip to content

Commit 34fdae3

Browse files
using cjval image
1 parent 82858cb commit 34fdae3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker/tools/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ RUN bash $BAG3D_PIPELINE_LOCATION/tools-build.sh \
4848
--build-lastools \
4949
--build-pdal \
5050
--build-val3dity \
51-
--build-cjval \
5251
--build-cjio \
5352
--jobs $JOBS \
5453
--clean
@@ -141,8 +140,13 @@ RUN uv venv --python 3.12 $VIRTUAL_ENV
141140
COPY docker/tools/requirements.txt .
142141
RUN --mount=type=cache,mode=0755,target=/root/.cache/uv uv pip install -r requirements.txt
143142

143+
FROM dagster AS cjval
144144

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
146150
# Clean up the image
147151
RUN rm -rf $HOME/.cache/*; \
148152
apt-get -y remove \

0 commit comments

Comments
 (0)