You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All done except the Dockerfile, I'll try and do it once I get around the laszip problem : either found a way to download a CLI compiled version or another tool to transform .laz to .las.
@clementcolin If your "laszip problem" concerns its installation, what about trying (inspiration sources : LASzip/.travis.yml and ci/script.sh) something like the following in the Dockerfile
[...]
RUN git clone https://github.com/LASzip/LASzip && \
cd LASzip/ && \
mkdir build && \
cd build && \
cmake .. && \
make && \
make install
The above is reported to work on a host with
18.04 (bionic) (lsb_release -a)
g++: Ubuntu 7.5.0-3ubuntu1~18.04 (g++ --version)
LASzip version: 742a314dbe5c16e60f3cf90d26b5 (git log | head -1)
Concerning the deployment
The text was updated successfully, but these errors were encountered: