Skip to content

Commit 4310107

Browse files
Merge pull request #157 from 3DBAG/val3dity-version
val3dity version
2 parents 6ff8a73 + 98ba291 commit 4310107

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ For the changes in the 3DBAG data set, see the [3DBAG release notes](https://doc
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [2025.02.14]
8-
Install cjval, val3dity & cjio in tools images
7+
## [2025.02.24]
8+
9+
Install cjval, val3dity (2.4.0) & cjio in tools image.
910

1011
## [2024.12.16]
1112

docker/tools/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ COPY docker/tools/requirements.txt .
142142
RUN --mount=type=cache,mode=0755,target=/root/.cache/uv uv pip install -r requirements.txt
143143

144144

145-
146145
FROM dagster AS test-tools
147-
148146
# Clean up the image
149147
RUN rm -rf $HOME/.cache/*; \
150148
apt-get -y remove \

tools-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lastools_version="2.0.3"
3131
gdal_version="3.8.5"
3232
pdal_version="2.8.0"
3333
geoflow_bundle_version="2024.08.09"
34-
val3dity_version="2.5.1"
34+
val3dity_version="2.4.0"
3535

3636
jobs=8
3737
root_dir=$PWD

0 commit comments

Comments
 (0)