How to build worker-vllm Docker Image without a model inside?
I would like to build a worker-vllm with slightly customized vLLM. However, I don't want to build it with a model inside. Basically, it should be the same as your Pre-Built Docker Image that would download the model to the Network Volume. Thanks!
https://github.com/runpod-workers/worker-vllm/
GitHub
GitHub - runpod-workers/worker-vllm: The RunPod worker template for...
The RunPod worker template for serving our large language model endpoints. Powered by VLLM. - GitHub - runpod-workers/worker-vllm: The RunPod worker template for serving our large language model en...
7 Replies
Just replace this:
With this
in your Dockerfile
thanks!
@antoniog7545 did it work?
there was another issue, so I couldn't build the image...
Which issue?
I'm getting error when bulding a Docker Image. See below.
I'm not sure but it may be related to the small modifications in the
vllm-fork-for-sls-worker
. I'll try to build the image with the original vllm-fork-for-sls-worker
.Yes, it's the same issue with the original vllm-fork-for-sls-worker too. I opened an issue: https://github.com/runpod-workers/worker-vllm/issues/25
GitHub
Errors when building the image · Issue #25 · runpod-workers/worker-...
I'm building the image with WORKER_CUDA_VERSION=12.1 on an M1 Mac using command docker buildx build -t antonioglass/worker-vllm-new:1.0.0 . --platform linux/amd64 and getting errors. See below....