Files
vllm-image/Dockerfile

3 lines
59 B
Docker

ARG BASE_IMAGE=vllm/vllm-openai:nightly
FROM ${BASE_IMAGE}