Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/telegram-bot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
api:
image: quay.io/go-skynet/local-ai:v1.18.0-ffmpeg
image: quay.io/go-skynet/local-ai:v2.17.1-ffmpeg
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, good catch - since we are here maybe worth switching to use latest so we don't have to keep that up-to-date?

Suggested change
image: quay.io/go-skynet/local-ai:v2.17.1-ffmpeg
image: quay.io/go-skynet/local-ai:latest-ffmpeg

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was also thinking about that. Let me test with the latest tomorrow and then redo the PR, and also sign it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there is no quay.io/go-skynet/local-ai:latest-ffmpeg - I tested with quay.io/go-skynet/local-ai:latest-cpu

 ✘ api Error manifest for quay.io/go-skynet/local-ai:latest-ffmpeg not found: manifest unknown: manifest unknown                                                                                                                                          2.0s 
Error response from daemon: manifest for quay.io/go-skynet/local-ai:latest-ffmpeg not found: manifest unknown: manifest unknown

So far everything worked as before, which makes me wonder what the purpose is behind choosing ffmpeg. I fear something I'm not aware of might break. Where would I look/test to check?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ouch sorry, yes, there is only :latest, or :latest-ffmpeg-core

# As initially LocalAI will download the models defined in PRELOAD_MODELS
# you might need to tweak the healthcheck values here according to your network connection.
# Here we give a timespan of 20m to download all the required files.
Expand Down