Skip to content

Commit b35bcec

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,10 @@ 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 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} && \
274-
pip install xgrammar==0.1.32 --no-cache-dir -i ${DEFAULT_PYPI_URL} --no-deps && \
275+
pip install xgrammar==0.1.32 timm!=1.0.23 --no-cache-dir -i ${DEFAULT_PYPI_URL} --no-deps && \
275276
if [ -n "${LMDEPLOY_VERSION}" ]; then \
276277
# pip install lmdeploy==${LMDEPLOY_VERSION} --target ${XTUNER_LMDEPLOY_ENVS_DIR} --no-deps --no-cache-dir -i ${DEFAULT_PYPI_URL}; \
277278
echo pip install ${LMDEPLOY_WHEELS} --target ${XTUNER_LMDEPLOY_ENVS_DIR} --no-deps --no-cache-dir -i ${DEFAULT_PYPI_URL}; \

0 commit comments

Comments
 (0)