diff --git a/openllm-python/src/openllm/bundle/oci/Dockerfile b/openllm-python/src/openllm/bundle/oci/Dockerfile index 57f84ece..83d49840 100644 --- a/openllm-python/src/openllm/bundle/oci/Dockerfile +++ b/openllm-python/src/openllm/bundle/oci/Dockerfile @@ -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/