Results 14 comments of Anes Belfodil

@joshuacwnewton can we migrate to TF2 using this script https://www.tensorflow.org/guide/migrate for the time being? Basically since there is a [compatibility layer](https://www.tensorflow.org/api_docs/python/tf/compat/v1) in TF2 that keeps v1 behavior, it seems to...

Zip the models and only download one file

Same issue for me. Everything works with 2.0.8 tag but stops working with 2.1.0.

This is what I specifically tried: https://github.com/arch-anes/self-hosted-services/commit/3e9f044551a963f3c03afcdabcab2d6b5ec9b82e. I also tried disabling encryption via `DUPLICATI__DISABLE_DB_ENCRYPTION=true` ([ref](https://hub.docker.com/r/duplicati/duplicati)). Either my backup config is wiped or I get a "Failed to get nonce" error...

This is the config I use to avoid DNS or firewall issues with tailscale: https://github.com/arch-anes/self-hosted-services/blob/9cc8b4a4569ba6253b4aabb8b3888572d8c7fe70/roles/vpn/tasks/tailscale.yml#L53

I encountered the same issue and ended up simply using the env vars to define secrets: https://github.com/arch-anes/self-hosted-services/commit/cb020f72b7fc54df69ce82f1bf6faf590ebc3199

Unrelated to this issue, but would it be possible to make the chart flexible enough to use multiple external secrets? For instance, I'm using 3 others secrets for SMTP, Redis...