DB-GPT
DB-GPT copied to clipboard
[Bug][Install]Docker Compose Start Error, response from daemon: could not select device driver "nvidia" with capabilities: [[gpu]]
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]]
疑问:
- 该项目我直接调用OpenAI的API的话,也必须要独立显卡并部署本地模型吗??
- 我只想测试表格、db的功能,有没有办法临时绕过GPU这个配置?
This issue has been marked as stale
, because it has been over 30 days without any activity.
This issue bas been closed, because it has been marked as stale
and there has been no activity for over 7 days.
注释掉这个