英伟达 Tesla T4显卡,docker-compose up -d下载镜像成功,但是启动不了
提示错误如下: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown
"ImportError: tokenizers>=0.19,<0.20 is required for a normal functioning of this module, but found tokenizers==0.21.1." -- They say you need tokenizers version less than 0.20 -- but you have 0.21.1. You need to uninstall tokenizers.
-
Command: pip uninstall tokenizers
-
And after that install tokenizers v0.19: pip install tokenizers==0.19
***Btw, ask ChatGPT on all your questions, it's very useful. I've use this one (free, no registration) - https://lmarena.ai/
"ImportError: tokenizers>=0.19,<0.20 is required for a normal functioning of this module, but found tokenizers==0.21.1." -- They say you need tokenizers version less than 0.20 -- but you have 0.21.1. You need to uninstall tokenizers.
- Command: pip uninstall tokenizers
- And after that install tokenizers v0.19: pip install tokenizers==0.19
***Btw, ask ChatGPT on all your questions, it's very useful. I've use this one (free, no registration) - https://lmarena.ai/
I asked Grok to give me solutions but so far nothing has worked, not even your suggestion
Try running update_comfyui_and_python_dependencies.bat in the update folder.
This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically.