Commit ebe1e0a0 authored by zhuwenwen's avatar zhuwenwen
Browse files

update ray dep

parent 1d8cb306
......@@ -31,6 +31,9 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:vllm0.3.3-dtk23.10-py
# <Host Path>主机端路径
# <Container Path>容器映射路径
docker run -it --name llama --privileged --shm-size=64G --device=/dev/kfd --device=/dev/dri/ --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 --ipc=host --network host --group-add video -v /opt/hyhal:/opt/hyhal -v <Host Path>:<Container Path> <Image ID> /bin/bash
# 更新ray版本
pip install ray==2.9.1
```
镜像版本依赖:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment