This commit is contained in:
Rajesh Shashi Kumar
2025-06-04 04:47:47 +00:00
parent 3d115911aa
commit c36ff9ee0e
3 changed files with 7 additions and 7 deletions

View File

@@ -5,5 +5,7 @@ Hosted [here](https://hub.docker.com/repository/docker/rajesh550/gh200-vllm)
```bash
docker login
docker buildx build --platform linux/arm64 --memory=600g -t rajesh550/gh200-vllm:0.9.0.1 .
docker build --memory=300g -t rajesh550/gh200-vllm:0.9.0.1 .
docker push rajesh550/gh200-vllm:0.9.0.1
```