Skip to content

Commit

Permalink
fix(dockerfile): conflict deps (#841)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jan 12, 2024
1 parent 8baaf12 commit 701792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY hatch.toml README.md CHANGELOG.md openllm-python/pyproject.toml /openllm-py
# below
RUN --mount=type=cache,target=/root/.cache/pip \
pip3 install -v --no-cache-dir \
"ray==2.6.0" "xformers==0.0.23" "vllm==0.2.7" && \
"ray==2.6.0" "vllm==0.2.7" && \
pip3 install --no-cache-dir -e /openllm-python/

COPY openllm-core/src openllm-core/src
Expand Down

0 comments on commit 701792b

Please sign in to comment.