mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-18 22:55:08 -05:00
fix(image): setup correct installation
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ COPY hatch.toml README.md CHANGELOG.md openllm-python/pyproject.toml /openllm-py
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip3 install -v --no-cache-dir \
|
||||
"ray==2.6.0" "vllm==0.2.2" xformers && \
|
||||
pip3 install --no-cache-dir -e .
|
||||
pip3 install --no-cache-dir -e /openllm-python/
|
||||
|
||||
COPY openllm-core/src openllm-core/src
|
||||
COPY hatch.toml README.md CHANGELOG.md openllm-core/pyproject.toml /openllm-core/
|
||||
|
||||
Reference in New Issue
Block a user