new vllm support
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#FROM vllm/vllm-openai:v0.19.0-cu130
|
||||
FROM vllm/vllm-openai:deepseekv4-cu130
|
||||
#FROM vllm/vllm-openai:deepseekv4-cu130
|
||||
FROM vllm/vllm-openai:v0.20.0-cu130
|
||||
|
||||
RUN bash <(curl -fsSL https://raw.githubusercontent.com/vllm-project/vllm/v0.20.0/tools/install_deepgemm.sh)
|
||||
|
||||
# Fix the broken ass nightly build that forgot to include pandas
|
||||
#RUN pip install --no-cache-dir pandas
|
||||
|
||||
Reference in New Issue
Block a user