Commit graph

9 commits

Author SHA1 Message Date
Philippe Teuwen
12775960dc Refactor Docker scripts 2024-12-18 22:24:20 +01:00
Philippe Teuwen
a1a9b50d24 Docker: fix test for pm3 when building images 2024-12-18 15:29:26 +01:00
Philippe Teuwen
f09705868a all Docker envs: add support for connection to host device 2024-12-18 13:31:06 +01:00
Philippe Teuwen
8cf66420af add gd to all Dockerfiles due to changes in hf waveshare 2024-09-10 00:59:14 +02:00
Philippe Teuwen
fd1d088099 Fix Dockerfiles deprecation warning 2024-09-10 00:14:37 +02:00
Philippe Teuwen
aca547aa4f update docker stuff 2023-07-17 03:10:11 +02:00
Philippe Teuwen
83e083100b Bring LZ4 support for hardnested tables
Testing perfs on an old 8-core laptop:
BZ2   :   2 Mb, average decompression time: 5514 ms
LZ4 -9:   9 Mb, average decompression time:  837 ms
RAW   : 704 Mb, average decompression time:  368 ms

Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything

To enable:

apt install liblz4-dev
cd client/resources/hardnested_tables
for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done
2023-07-15 22:58:00 +02:00
Philippe Teuwen
cb8f1a51ad update parrot docker tests 2023-01-15 19:54:56 +01:00
Philippe Teuwen
65d0e1ef06 update docker ubuntu 2023-01-15 19:41:19 +01:00