You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the local-aientrypoint.sh rebuilds on every launch unless $REBUILD=="false" .
It's likely that on first run we want to rebuild... but every time the container initializes in a k8s context where restarts are frequent?
I can understand that as the default for the standalone container, but it doesn't make sense in k8s. Suggest adding REBUILD to the env vars in the chart so it can be overridden.
The text was updated successfully, but these errors were encountered:
the
local-ai
entrypoint.sh rebuilds on every launch unless$REBUILD=="false"
.It's likely that on first run we want to rebuild... but every time the container initializes in a k8s context where restarts are frequent?
I can understand that as the default for the standalone container, but it doesn't make sense in k8s. Suggest adding REBUILD to the env vars in the chart so it can be overridden.
The text was updated successfully, but these errors were encountered: