Piero Toffanin
8410186b66
Don't let PDAL resolve canonical paths while searching for drivers
2023-01-03 08:07:54 -05:00
Piero Toffanin
1e778d8a9f
Fix multi-arch build
2022-07-24 13:14:41 -04:00
Piero Toffanin
a2f5de779e
Use our own Ubuntu image
2022-07-24 12:52:37 -04:00
Piero Toffanin
d3ae0adda4
Update old opensfm path
2022-02-17 12:32:24 -05:00
Piero Toffanin
2c5ec51588
Smoke test in portable build
2022-01-12 14:18:49 -05:00
Piero Toffanin
539871bac4
Support for Ubuntu 21.04
2021-09-02 18:12:18 -04:00
Piero Toffanin
dac624ab79
Move cleanup code to configure.sh
2021-01-24 09:45:00 -05:00
Piero Toffanin
d91f4db580
Entwine/untwine, life's better together
2020-12-10 19:23:21 +00:00
Piero Toffanin
a2040b2274
Entwine --> Untwine
2020-12-01 11:28:23 -05:00
Daniel Llewellyn
ff5f3ff362
Update builds for Ubuntu 20.04
...
* Adjust `PYTHONPATH` in Dockerfiles to newer `python3.8`
* Switch to 20.04 base images in Dockerfiles
* Switch snapcraft to use `base20`
* Update APT dependency versions in `snapcraft.yaml` to match those
available in Ubuntu 20.04
* Bump `pyproj` from version `2.2.2` to `3.0.0`
* Bump `numpy` from version `1.19.2` to `1.19.4`
* Add missing exclusions to `snapcraft.yaml` to reduce the size of snap
packages
* Add missing exclusions to Dockerfiles to reduce the size of container
images
* Update `configure.sh` to account for Ubuntu 20.04 instead of 18.04
* Nit: make `configure.sh` executable directly with `./configure.sh`
instead of `bash configure.sh`
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-11-05 22:52:59 +00:00
Daniel Llewellyn
474000503c
Fix PYTHONPATH environment var in Dockerfiles
...
My previous evolution of the Dockerfiles grouped the `ENV` entries into
a single definition to reduce the number of intermediate Docker image
layers. Unfortunately I didn't account for the duplicate `PYTHONPATH`
definition so only the second was being applied correctly. This commit
fixes that.
* Combine multiple `ENV PYTHONPATH=` to a single definition.
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-11-05 21:22:08 +00:00
Piero Toffanin
314c75ae9a
Merged master
2020-11-02 21:04:32 +00:00
Daniel Llewellyn
9ea1eb6e28
Update build scripts
...
* Use `snapcraft.yaml` as the source-of-truth for APT dependencies to reduce burden of maintianing multiple lists
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-11-02 18:35:32 +00:00
Piero Toffanin
e38cc753d2
Pin OpenMVS at v1.1.1, misc fixes
2020-10-27 19:30:11 -04:00
Piero Toffanin
e3cc8f1f9b
Started adding OpenMVS
2020-10-27 17:10:10 -04:00
Piero Toffanin
f9f0d8b904
Updated portable dockerfile, configure script
...
Former-commit-id: 5a9c787e20
2020-09-16 10:04:51 -04:00
tiagodc
e3315348aa
updating docker files to pull from phusion/baseimage:0.10.2
...
Former-commit-id: 74b47be0bd
2020-08-22 16:51:19 -03:00
Ashley
b88acf1f48
Updated dockefiles to best practices ready for multi stage builds
...
Former-commit-id: b4062222cf
2020-02-29 10:54:26 +10:00
Piero Toffanin
7bef7c45a7
Added requirements.txt, modified pip install cmd
...
Former-commit-id: 5b4668f4e1
2019-09-16 18:36:51 -04:00
Piero Toffanin
4275353bfc
Fixed pyproj dependency, incremented VERSION
...
Former-commit-id: af3249368d
2019-09-16 18:28:20 -04:00
Piero Toffanin
ac74df5d0c
Use pip to install python deps, simplified configure.sh a bit
...
Former-commit-id: 0878fd9aca
2019-09-07 14:21:49 -04:00
Piero Toffanin
b785069168
Upgraded opensfm code, added new deps
...
Former-commit-id: c241af1163
2019-08-07 22:57:48 -04:00
Piero Toffanin
a98414f0a6
Add libssl-dev dependency to fix entwine build error
...
Former-commit-id: 70e0dfa818
2019-07-10 13:18:50 -04:00
Piero Toffanin
d1c8765b85
OpenSfM georeferencing, Dockerfile entrypoint change
...
Former-commit-id: 506b231ac9
2019-06-19 21:43:34 -04:00
Piero Toffanin
f8e53df120
Updated pyodm
...
Former-commit-id: 30f35494c9
2019-06-05 15:27:59 -04:00
Piero Toffanin
daca4d91b2
Updated pyodm
...
Former-commit-id: 7af31e8bb7
2019-06-05 14:43:07 -04:00
Piero Toffanin
e2bd8aac68
Added entwine module, add Pillow, opensfm update
...
Former-commit-id: 4db777915f
2019-05-31 11:25:44 -04:00
Piero Toffanin
187888e298
Set scipy to 1.2.1
...
Former-commit-id: d6f05d9925
2019-05-23 08:50:21 -04:00
Piero Toffanin
055c7a7d1f
sm-cluster address check at startup, pyodm 1.5.1 update
...
Former-commit-id: 0998872ba5
2019-05-20 16:29:51 -04:00
Piero Toffanin
850fd9d761
Cryptography package warn fix, tests
...
Former-commit-id: 14855d010c
2019-05-12 10:56:09 -04:00
Piero Toffanin
ab3a401ada
Dockerfile fixes
...
Former-commit-id: fb04f7c0fa
2019-05-10 10:05:44 -04:00
Piero Toffanin
a97114d05c
Fixed grass-core package install
...
Former-commit-id: 590eb5c16e
2019-05-10 08:22:21 -04:00
Piero Toffanin
46859a6a55
Dockerfiles fix
...
Former-commit-id: 1a6c2a06d4
2019-05-09 16:11:03 -04:00
Piero Toffanin
a08710ed7c
pyodm version fixed, skip merge point cloud on failure
...
Former-commit-id: b0480ae156
2019-05-06 14:17:23 -04:00
Piero Toffanin
eeb9551709
Replaced gippy with rasterio
...
Former-commit-id: 5a06291ac3
2019-04-29 17:20:09 -04:00
Piero Toffanin
d0c5b301bb
Added rasterio package
...
Former-commit-id: c7a0ca9dea
2019-04-29 11:52:39 -04:00
Piero Toffanin
25f19dc49c
image_groups.txt file support
...
Former-commit-id: 7210e99e3a
2019-04-24 20:01:44 -04:00
Piero Toffanin
27585e8989
Added grass engine, grass-core
...
Former-commit-id: d1d790024c
2019-04-24 18:33:12 -04:00
Piero Toffanin
730e81748e
Started refactoring ecto out
...
Former-commit-id: 9e921f44ac
2019-04-22 15:14:39 -04:00
Piero Toffanin
899c754f3f
Added new portable.Dockerfile
...
Former-commit-id: 5020b0d0dd
2019-04-09 14:38:19 -04:00