Skip to content

Commit d432dfa

Browse files
Merge pull request #159 from 3DBAG/cjval-image
docker file for cjval image
2 parents 4310107 + 2457189 commit d432dfa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docker/tools/Dockerfile

Lines changed: 7 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
@@ -142,7 +141,13 @@ COPY docker/tools/requirements.txt .
142141
RUN --mount=type=cache,mode=0755,target=/root/.cache/uv uv pip install -r requirements.txt
143142

144143

145-
FROM dagster AS test-tools
144+
FROM dagster AS cjval
145+
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
146151
# Clean up the image
147152
RUN rm -rf $HOME/.cache/*; \
148153
apt-get -y remove \

0 commit comments

Comments
 (0)