mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
add py-cpuinfo
This commit is contained in:
parent
946bf44242
commit
0604c5cb83
@ -210,8 +210,8 @@ COPY --from=vllm-builder /usr/src/vllm/build/lib.linux-x86_64-cpython-310 /opt/c
|
||||
COPY --from=mamba-builder /usr/src/mamba/build/lib.linux-x86_64-cpython-310/ /opt/conda/lib/python3.10/site-packages
|
||||
COPY --from=mamba-builder /usr/src/causal-conv1d/build/lib.linux-x86_64-cpython-310/ /opt/conda/lib/python3.10/site-packages
|
||||
|
||||
# Install flash-attention dependencies
|
||||
RUN pip install einops prometheus_client --no-cache-dir
|
||||
# Install vllm/flash-attention dependencies
|
||||
RUN pip install einops py-cpuinfo prometheus_client --no-cache-dir
|
||||
|
||||
# Install server
|
||||
COPY proto proto
|
||||
|
Loading…
Reference in New Issue
Block a user