update base image

This commit is contained in:
starkwj
2026-03-02 18:46:04 +08:00
parent a15754c3ba
commit 34e04c5569
3 changed files with 6 additions and 8 deletions

View File

@@ -11,11 +11,12 @@ One of the key features of this project is efficient memory coordination, enabli
### Build from Dockerfile
Clone this repository:
1. Get or build base image (base with customized xpytorch, ops, etc.). Ref: [installation](https://vllm-kunlun.readthedocs.io/en/latest/installation.html).
```bash
docker build -t $build_image -f ./Dockerfile .
```
2. Clone this repository and build
```bash
docker build -t $build_image -f ./Dockerfile .
```
## Usage