DB-GPT icon indicating copy to clipboard operation
DB-GPT copied to clipboard

[Bug][Install]Docker Compose Start Error, response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]

Open mengdahuang opened this issue 10 months ago • 1 comments

git pull 最新版本并编辑compose文件,只修改了下面的地方。 webserver: image: eosphorosai/dbgpt:latest command: python3 dbgpt/app/dbgpt_server.py environment: - LOCAL_DB_HOST=db - LOCAL_DB_PASSWORD=aa123456 - ALLOWLISTED_PLUGINS=db_dashboard - LLM_MODEL=chatgpt_proxyllm - PROXY_API_KEY=sk-xxxxx - PROXY_SERVER_URL=https://中转API/v1 然后执行 jason@Debian-HMD:~/docker/DB-GPT$ docker compose up -d [+] Running 3/3 ✔ Network dbgptnet Created 0.2s ✔ Container db-gpt-db-1 Started 0.0s ✔ Container db-gpt-webserver-1 Created 0.1s Error response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]

疑问:

  1. 该项目我直接调用OpenAI的API的话,也必须要独立显卡并部署本地模型吗??
  2. 我只想测试表格、db的功能,有没有办法临时绕过GPU这个配置?

mengdahuang avatar Apr 22 '24 05:04 mengdahuang

This issue has been marked as stale, because it has been over 30 days without any activity.

github-actions[bot] avatar May 23 '24 21:05 github-actions[bot]

This issue bas been closed, because it has been marked as stale and there has been no activity for over 7 days.

github-actions[bot] avatar Jun 02 '24 21:06 github-actions[bot]

注释掉这个 image

songzukang1 avatar Jun 17 '24 02:06 songzukang1