Skip to content

Commit ebdcd27

Browse files
merged develop
2 parents 34fdae3 + b582636 commit ebdcd27

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +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.25]
8-
- Install cjval, val3dity & cjio in tools image (2025.02.25)
9-
- Validation resource
10-
- test data v9
7+
## [2025.03.14]
8+
9+
Install cjval, val3dity (2.4.0) & cjio in tools image.
1110

1211
## [2024.12.16]
1312

docker/tools/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ ENV GDAL_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/gdal
5656
ENV PROJ_DATA=/usr/share/proj
5757
RUN echo $BAG3D_PIPELINE_LOCATION/tools/lib >> /etc/ld.so.conf.d/3dbag-pipeline-tools.conf
5858

59-
6059
FROM tools AS tyler
6160
ARG JOBS=2
6261
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
@@ -129,10 +128,6 @@ ENV DAGSTER_HOME=/opt/dagster/dagster_home/
129128

130129
RUN mkdir -p $DAGSTER_HOME && \
131130
touch $DAGSTER_HOME/dagster.yaml
132-
#RUN useradd -ms /bin/sh -u 1001 bag3d && \
133-
# chown -R bag3d /opt/3dbag-pipeline && \
134-
# chown -R bag3d $DAGSTER_HOME
135-
#USER bag3d
136131

137132
# Create a virtual environment, otherwise python complains
138133
RUN uv venv --python 3.12 $VIRTUAL_ENV

tools-build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ handle_options() {
162162
handle_options "$@"
163163
cd $root_dir || exit
164164

165-
# Install Rust and Cargo
166-
if ! command -v cargo &> /dev/null; then
167-
printf "\n\nInstalling Rust and Cargo...\n\n"
168-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
169-
source $HOME/.cargo/env
170-
fi
171165

172166
if [ "$build_tyler" = true ] ; then
173167
printf "\n\nInstalling Tyler...\n\n"

0 commit comments

Comments
 (0)