"...trtllm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "d797b4ba0e38c75a167fb2ac2b84efac144c8b71"
Unverified Commit 6edf46c4 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: add DYNAMO_HOME env var to vLLM docker image (#629)

parent ee986548
...@@ -349,6 +349,8 @@ RUN source /opt/dynamo/venv/bin/activate && \ ...@@ -349,6 +349,8 @@ RUN source /opt/dynamo/venv/bin/activate && \
####################################### #######################################
FROM build AS ci_minimum FROM build AS ci_minimum
ENV DYNAMO_HOME=/workspace
COPY . /workspace COPY . /workspace
COPY --from=wheel_builder /workspace/dist/ /workspace/dist/ COPY --from=wheel_builder /workspace/dist/ /workspace/dist/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment