We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211dd20 commit 0fe5b94Copy full SHA for 0fe5b94
container/Dockerfile.vllm
@@ -493,7 +493,6 @@ COPY --from=ci_minimum /opt/dynamo/bindings /opt/dynamo/bindings
493
# Copy nats and etcd from base image
494
COPY --from=base /usr/bin/nats-server /usr/bin/nats-server
495
COPY --from=base /usr/local/bin/etcd/ /usr/local/bin/etcd/
496
-
497
ENV PATH="${VIRTUAL_ENV}/bin:/usr/local/bin/etcd/:${PATH}"
498
# Setup the python environment
499
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
0 commit comments