I am facing issues with Docker daemon connection and GPU detection when trying to run Tabby on a container with GPU:P40. The error messages indicate problems with Docker daemon connection and GPU detection. How can I resolve these issues?
박승렬
Asked on Mar 13, 2024
To resolve the Docker daemon connection issue, ensure that Docker is installed properly on the host machine where the container is running. Make sure the Docker daemon is running and accessible.
For GPU detection problem, consider the following solutions:
--features cuda
option during the build process. Refer to the TabbyML GitHub repository for more details on enabling GPU support.