Signed-off-by: khluu <khluu000@gmail.com>
This commit is contained in:
khluu
2026-04-07 02:49:14 -07:00
parent 2a69949bda
commit 43a9b1afbb
+3
View File
@@ -682,6 +682,9 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
--extra-index-url ${PYTORCH_CUDA_INDEX_BASE_URL}/cu$(echo $CUDA_VERSION | cut -d. -f1,2 | tr -d '.'); \
fi
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install --system "transformers==5.4.0"
RUN --mount=type=cache,target=/root/.cache/uv \
. /etc/environment && \
uv pip list