Skip to content

Commit f46b414

Browse files
committed
build(docker): update lmdeploy deps
1 parent f588520 commit f46b414

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ ARG LMDEPLOY_WHEELS=https://github.com/InternLM/lmdeploy/releases/download/v${LM
269269
RUN --mount=type=secret,id=HTTPS_PROXY,env=https_proxy \
270270
--mount=type=secret,id=NO_PROXY,env=no_proxy \
271271
pip install fastapi fire openai outlines \
272+
pyzmq aiohttp cloudpickle prometheus_client protobuf timm!=1.0.23 numpy pillow einops tiktoken sentencepiece \
272273
partial_json_parser 'ray[default]<3' shortuuid uvicorn pybase64 \
273274
'pydantic>2' openai_harmony dlblas --target ${XTUNER_LMDEPLOY_ENVS_DIR} --no-cache-dir -i ${DEFAULT_PYPI_URL} && \
274275
pip install xgrammar==0.1.32 --no-cache-dir -i ${DEFAULT_PYPI_URL} --no-deps && \

0 commit comments

Comments
 (0)