Satadru Pramanik, DO, MPH, MEng

Results 766 comments of Satadru Pramanik, DO, MPH, MEng

I finally got this to work. This is what I added for just power-tools in my `docker-compose.yml`: ```yaml # Other services... power-tools: container_name: immich_power_tools image: ghcr.io/varun-raj/immich-power-tools:latest networks: - immich_network environment:...

Hello all, any suggestions for a machine learning image docker file to use with the current version of Immich? Or should I just play with the ones in this comment...

There's some flux at the moment. Try again in 48 hours.

> Do I need to repeat again that it is not a `zfs_arc_max` problem? Something holds those ARC buffers from eviction. There are parallel issue(s) about prune code integration with...

Setting `--libdir` to `lib` or `lib64` does appear to resolve this for our Linux `i686`, `x86_64`, and `armv7l` builds. I would suggest either a warning if a full path is...

We have built with the recent tagged release, and used libdir=lib or libdir=lib64, and that seems to have worked for us.

```bash cat /usr/local/lib64/pkgconfig/openssl.pc prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib64 includedir=${prefix}/include Name: OpenSSL Description: Secure Sockets Layer and cryptography libraries and tools Version: 3.3.2 Requires: libssl libcrypto ```

This looks amazing. Any chance of getting this to work on macos?

Does master need to be merged into this? It looks many commits behind. I'd love to try building off of this branch.