Manuel Fittko
Manuel Fittko
Also happening for us now...
Awesome idea! Meanwhile you can just put this into a docker image like so: ```Dockerfile FROM scratch # build args ARG ORB_VERSION=v1.4.0 ARG ORB_PARAM_CHANNEL=stable ARG ORB_PARAM_CHROME_VERSION=latest ARG ORB_PARAM_DRIVER_INSTALL_DIR=~/chromedriver # install...
That would be super awesome for running remote docker builds on aws lambda - if TLS would also be available. Any chance that this will be implemented at any point?
if you want patch and minor version changes to be automatically applied to major version tags, there's no other way than overwriting the tags, right?
@unixmonkey We also need this, could we please get this out?
We're seeing this for a very long time now. It seems kinda flaky but there are reports for single file coverage that persistently give 504 errors for us, too. With...
@afinetooth thanks a lot for digging into the issue and for the detailed response. I'll be taking a deeper look at it tomorrow. As for the separate issue with the...
Thanks, I opened a [draft PR](https://github.com/BerriAI/litellm/pull/5761) with our patches, feel free to pick it up from there. It works for us, but it might not be the best approach as...
Someone from the maintainers would need to pick it up. We would love to not having to use our fork in order to stay compatible with the upstream. While it...