Describe the bug
I build a flow with two executors from jina hub. When I start the server with
with f:
f.block()
it works well, and docker container can use gpu.
If I dump the flow with to_docker_compose_yaml and start the server with docker-compose command
the executor container can't use gpu and throw a exception like this:
Describe the bug I build a flow with two executors from jina hub. When I start the server with
it works well, and docker container can use gpu. If I dump the flow with to_docker_compose_yaml and start the server with docker-compose command the executor container can't use gpu and throw a exception like this:
the flow is built with:
the generated docker-compose yaml is:
Environment
Screenshots