[bugfix]Add modelscope package to avoid docker image without modelscope#1520
Conversation
|
I have tested this PR with my build docker image: But the sglang in docker will report the following error: @zhyncs do you know this issue? |
|
Is there any difference between your image build and our image build? BTW, let me merge this PR first. We can discuss here and send follow-up PRs. |
|
Actually, the only difference is that I update docker repository to my repo which let me build docker image to test in [PR]😅(https://github.com/KylinMountain/sglang/pull/2/files). The weird thing is that I can start sglang in the host ubuntu 20.04 with Nvidia A100x4, but start it in docker reporting the CUDA re-initialize. |
|
Both problems should be fixed now on the main
|

Motivation
When deploy sglang with docker or docker-compose and config env
SGLANG_USE_MODELSCOPE=true, it will report No module modelscope found.Here is the related compose file, you can reproduce it.
Modifications
Add modelscope to the default sgl pyproject.tom config.
Checklist