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
If you supply deploy_model with an argument labels that's an empty list, add_container gets an index out of bounds exception when iterating through the result of the redis query given by: redis-cli -h {host} -p 6379 -n {db} hgetall {key}.
The text was updated successfully, but these errors were encountered:
If you supply
deploy_model
with an argumentlabels
that's an empty list,add_container
gets an index out of bounds exception when iterating through the result of the redis query given by:redis-cli -h {host} -p 6379 -n {db} hgetall {key}
.The text was updated successfully, but these errors were encountered: