inference
inference copied to clipboard
Docker启动webui报错
System Info / 系統信息
ubuntu 22.04/24.04
Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [x] docker / docker
- [ ] pip install / 通过 pip install 安装
- [ ] installation from source / 从源码安装
Version info / 版本信息
v1.4.1-cpu
The command used to start Xinference / 用以启动 xinference 的命令
1
Reproduction / 复现过程
使用docker启动运行 docker run --restart=always -d -p 9997:9997 -e XINFERENCE_MODEL_SRC=modelscope -e USE_XLLAMACPP=1 -e XINFERENCE_HOME=/workspace -v /data/Xinference:/workspace xprobe/xinference:v1.4.1-cpu xinference-local -H 0.0.0.0
Expected behavior / 期待表现
正常启动
1.4.0可以启动成功
1.5.0同样的问题
同样的问题
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 5 days since being marked as stale.