Pavel T
Pavel T
Tried jax==0.4.11 jaxlib==0.4.11 jax-metal==0.0.4 - same thing
Right, i think i was able to figure it out - in my case it was due python being `i386` arch and not `arm64`. After switching arch and installing native...
@phisanti you switch in you CLI with `arch` command, then you install python afresh (it will be a different python) and go with jax m install instruct from apple.
Stumbled upon the same but behind traefik (not nginx)
see my solution here https://github.com/oauth2-proxy/oauth2-proxy/issues/1297#issuecomment-2004788570 but basically AFAIU it needs `OAUTH2_PROXY_UPSTREAMS=static://200` or something like that.
> The documentation at: https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview/ specifies it without an s, @ferdinandmehlan actually docs do say if you're using env vars you need an `S` for multi-valued options https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview/#environment-variables
This approach might work https://github.com/oauth2-proxy/oauth2-proxy/issues/1297#issuecomment-2004788570
I guess somehow it doesn't make sense to the maintainers?