add py-cpuinfo

This commit is contained in:
OlivierDehaene 2024-04-08 14:56:51 +02:00
parent 946bf44242
commit 0604c5cb83

View File

@ -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