From 9d638b15c9120331e1cf5b39798fa3466172fbad Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:09:50 -0500 Subject: [PATCH] fix(dockerfile): conflict deps Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 960ed0c3e..74eb8e354 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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