added missing dependancy

This commit is contained in:
Eugene Rakhmatulin
2026-01-29 17:01:17 -08:00
parent 159460af0c
commit 46fecd172a
2 changed files with 2 additions and 2 deletions

View File

@@ -238,4 +238,4 @@ RUN chmod +x $VLLM_BASE_DIR/run-cluster-node.sh
# Final extra deps
RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
uv pip install ray[default] fastsafetensors
uv pip install ray[default] fastsafetensors "apache-tvm-ffi<0.2"

View File

@@ -94,5 +94,5 @@ RUN chmod +x $VLLM_BASE_DIR/run-cluster-node.sh
# Final extra deps
RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
uv pip install ray[default] fastsafetensors
uv pip install ray[default] fastsafetensors "apache-tvm-ffi<0.2"