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
Hi @bd-fauna
The Femto Bolt depth engine seems to require access to GPU resources, which might not be configured correctly in your Docker environment. When you run the command outside of Docker, your system likely has access to the GPU, but this access may not be enabled inside the Docker container.
To fix this issue, please ensure your Docker container is set up to allow access to the GPU. When starting the container, you can check Docker's settings and documentation regarding GPU access, mainly using the --gpus option. If GPU access is not correctly configured, the depth engine will not function as expected, leading to errors like yours.
When running this command:
I get the following error:
Any idea what might be the issue?
I am running this command inside a docker, I am able to run it outside of the docker.
Thanks in advance!
The text was updated successfully, but these errors were encountered: