foorschtbar / hyperion-docker

Hyperion Docker Image
4 stars 1 forks source link

Missing libpython3.9.so.1.0 #5

Closed thetic closed 4 months ago

thetic commented 4 months ago

Using sha256:8ee2952babb2e5e8fd091cdfabaec02e1a29d2ec99515899b3f79ed92ff382a6, container fails to start:

/usr/bin/hyperiond: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory
foorschtbar commented 4 months ago

Same digest, works for me:

$ docker pull foorschtbar/hyperion
Using default tag: latest
latest: Pulling from foorschtbar/hyperion
Digest: sha256:8ee2952babb2e5e8fd091cdfabaec02e1a29d2ec99515899b3f79ed92ff382a6
Status: Image is up to date for foorschtbar/hyperion:latest
docker.io/foorschtbar/hyperion:latest
$ docker compose up
[+] Running 1/0
 ✔ Container hyperion  Created                                                                                                                                                        0.0s 
Attaching to hyperion
hyperion  | 2024-05-28T18:34:39.096 |__| EFFECTFILES       : <INFO> 41 effects loaded from directory :/effects/
hyperion  | 2024-05-28T18:34:39.097 |__| EFFECTFILES       : <INFO> 23 effect schemas loaded from directory :/effects/schema/
hyperion  | 2024-05-28T18:34:39.097 |__| EFFECTFILES       : <INFO> 0 effects loaded from directory /root/.hyperion/custom-effects/
hyperion  | 2024-05-28T18:34:39.111 |I0| SETTINGSMGR       : <DEBUG> SettingsManager.cpp:186:SettingsManager() | Settings database initialized
thetic commented 4 months ago

I forgot to pull 🤦