added missing dependancy
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user