This commit is contained in:
2026-03-27 01:24:15 +08:00
parent c6078bf120
commit 9115672bb8
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ COPY benchmarks/run_vllm_bench.py /opt/script/run_vllm_bench.py
# Make scripts executable
RUN chmod +x /opt/script/start-vllm
# Create symlink for backward compatibility
RUN ln -sf /opt/script/start-vllm /usr/local/bin/start-vllm
# Replace the container's start-vllm with our improved version
RUN cp /opt/script/start-vllm /usr/local/bin/start-vllm
# Set working directory
WORKDIR /opt