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 && \
#######################################
FROM build AS ci_minimum
ENV DYNAMO_HOME=/workspace
COPY . /workspace
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