Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d3b0cae1
Unverified
Commit
d3b0cae1
authored
May 22, 2025
by
Kyle McGill
Committed by
GitHub
May 22, 2025
Browse files
chore: vLLM arm build has verbose logging turned on to see progress (#1160)
parent
3d697d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/Dockerfile.vllm
container/Dockerfile.vllm
+1
-1
No files found.
container/Dockerfile.vllm
View file @
d3b0cae1
...
@@ -192,7 +192,7 @@ RUN --mount=type=bind,source=./container/deps/,target=/tmp/deps \
...
@@ -192,7 +192,7 @@ RUN --mount=type=bind,source=./container/deps/,target=/tmp/deps \
# MAX_JOBS set to avoid running OOM on vllm-flash-attn build, this can
# MAX_JOBS set to avoid running OOM on vllm-flash-attn build, this can
# significantly impact the overall build time. Each job can take up
# significantly impact the overall build time. Each job can take up
# to -16GB RAM each, so tune according to available system memory.
# to -16GB RAM each, so tune according to available system memory.
MAX_JOBS=${VLLM_MAX_JOBS} uv pip install . --no-build-isolation ; \
MAX_JOBS=${VLLM_MAX_JOBS} uv pip install
-vv
. --no-build-isolation ; \
# Handle x86_64: Download wheel, unpack, setup for later steps
# Handle x86_64: Download wheel, unpack, setup for later steps
else \
else \
python -m pip download --only-binary=:all: --no-deps --dest /tmp/vllm vllm==v${VLLM_REF} && \
python -m pip download --only-binary=:all: --no-deps --dest /tmp/vllm vllm==v${VLLM_REF} && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment