This commit is contained in:
2026-03-29 15:22:08 +08:00
parent 5aeaa6764f
commit 289145e901
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM rocm/vllm:rocm7.12.0_gfx120X-all_ubuntu24.04_py3.12_pytorch_2.9.1_vllm_0.16
WORKDIR /workspace
COPY requirements.txt /workspace/requirements.txt
RUN pip install --no-cache-dir -r /workspace/requirements.txt
RUN pip install --no-cache-dir --retries 10 --timeout 180 -r /workspace/requirements.txt
COPY app /workspace/app