I
Immich•3y ago
DemonWarrior

Docker Machine Learning not starting

im getting a weird error in immich_machine_learning docker. I have watch-tower and it auto updated to 1.48.0 i manually updated to 1.48.1. by docker-pulling the repo. but machine learning gives this error
2023-02-21 22:49:04 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:07 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:09 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:11 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:13 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:16 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:20 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:28 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:41 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:50:08 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:04 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:07 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:09 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:11 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:13 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:16 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:20 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:28 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:49:41 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
2023-02-21 22:50:08 /bin/sh: 0: cannot open ./entrypoint.sh: No such file
53 Replies
Alex Tran
Alex Tran•3y ago
Machine learning has changed in the docker-compose.yml, please update yours accordingly
DemonWarrior
DemonWarriorOP•3y ago
okay thank you let me check to see if this fixes my problem
Alex Tran
Alex Tran•3y ago
A note on auto-update, since Immich is still in development and we might need to change the setup around so it would be beneficial for you to read the release note before updating the system in case of breaking changes like this
DemonWarrior
DemonWarriorOP•3y ago
should i disable watch-tower for immich
Alex Tran
Alex Tran•3y ago
I would encourage you to do that
DemonWarrior
DemonWarriorOP•3y ago
also i re-downloaded the latest compose from github and no dice did anything changer in .env as well
Alex Tran
Alex Tran•3y ago
no did you pull new images?
DemonWarrior
DemonWarriorOP•3y ago
i pulled it before downloading the docker-compose do i need to repull the 1.48.1
Alex Tran
Alex Tran•3y ago
pull again then up and down
DemonWarrior
DemonWarriorOP•3y ago
ok
Alex Tran
Alex Tran•3y ago
sorry down and up 😛
DemonWarrior
DemonWarriorOP•3y ago
ooh so docker-compose down and then docker-compose up -d
Alex Tran
Alex Tran•3y ago
yes sir
DemonWarrior
DemonWarriorOP•3y ago
okay one moment its still showing old version but all containers have started
DemonWarrior
DemonWarriorOP•3y ago
No description
Alex Tran
Alex Tran•3y ago
hmm do docker-compose pull immich-server immich-web
DemonWarrior
DemonWarriorOP•3y ago
no no change unfortunetly i pulled all images from 1.48.1 from dockerhub for immich under user altran1502
Alex Tran
Alex Tran•3y ago
can you do docker images?
DemonWarrior
DemonWarriorOP•3y ago
No description
Alex Tran
Alex Tran•3y ago
so you have both version release and 1.48.1 what is your compose file look like?
DemonWarrior
DemonWarriorOP•3y ago
stock from what was in the compose listed
Alex Tran
Alex Tran•3y ago
can you post it here?
Alex Tran
Alex Tran•3y ago
ok looks good
DemonWarrior
DemonWarriorOP•3y ago
i see some of my images is release should i change it but im pretty sure i set it to update to the latest tag
Alex Tran
Alex Tran•3y ago
latest is not recommended because it is the development tag should use the release tag
DemonWarrior
DemonWarriorOP•3y ago
no it is the release on tags. thats what i meant
Alex Tran
Alex Tran•3y ago
if you do docker-compose pull what do you see?
DemonWarrior
DemonWarriorOP•3y ago
No description
Alex Tran
Alex Tran•3y ago
so it is pulling new images?
DemonWarrior
DemonWarriorOP•3y ago
could it be a glitch in the update where the version # was not updated? in the release for web/server
Alex Tran
Alex Tran•3y ago
No description
Alex Tran
Alex Tran•3y ago
no it can't be can you perform docker ps?
DemonWarrior
DemonWarriorOP•3y ago
No description
Alex Tran
Alex Tran•3y ago
now do docker-compose down is there only one docker-compose.yml in the directory immich-app on your machine?
DemonWarrior
DemonWarriorOP•3y ago
inside that folder yes i have a subfolder name backup with a docker-compose but i figured it irreleviant
DemonWarrior
DemonWarriorOP•3y ago
No description
Alex Tran
Alex Tran•3y ago
Good after docker-compose down perform docker-compose pull again
DemonWarrior
DemonWarriorOP•3y ago
No description
Alex Tran
Alex Tran•3y ago
and now docker-compose up and can you show the log of the server
DemonWarrior
DemonWarriorOP•3y ago
Alex Tran
Alex Tran•3y ago
2023-02-21 23:15:41 [Nest] 1 - 02/22/2023, 5:15:41 AM LOG [ImmichServer] Running Immich Server in PRODUCTION environment - version 1.48.1 - Listening on port: 3001 it should be good to go
DemonWarrior
DemonWarriorOP•3y ago
thats so weird. i notice some containers changed now so i had to fully stop it and pull to i guess force it. God sometimes docker throws you a couple of odd curveballs. thanks for the quick help
Alex Tran
Alex Tran•3y ago
yeah my procedure is always "down - pull -up:
DemonWarrior
DemonWarriorOP•3y ago
thanks again good to know for the future
Alex Tran
Alex Tran•3y ago
no problem!
DemonWarrior
DemonWarriorOP•3y ago
have a great rest of your nite
Alex Tran
Alex Tran•3y ago
you too friend
DemonWarrior
DemonWarriorOP•3y ago
hey sorry couldnt find my old post lol quick question any reason why mp4 wont upload below 2 minutes most are around 178mb it lets me upload anything under 45 seconds though
Alex Tran
Alex Tran•3y ago
do you use dns? and nginx? do you have max_body_size set?
DemonWarrior
DemonWarriorOP•3y ago
yes figured it out it was a cloudflare limit of 100mbs went localhost and it uploaded im using a cloudflare tunnel
Alex Tran
Alex Tran•3y ago
yeah that would be a problem
DemonWarrior
DemonWarriorOP•3y ago
thanks man that was driving me crazy

Did you find this page helpful?