Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3d9ade88
Commit
3d9ade88
authored
Mar 13, 2025
by
Pawel Ziecina
Committed by
GitHub
Mar 13, 2025
Browse files
build: add CARGO_BUILD_JOBS argument to Dockerfiles (#132)
parent
05465f78
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
container/Dockerfile
container/Dockerfile
+2
-0
container/Dockerfile.tensorrt_llm
container/Dockerfile.tensorrt_llm
+2
-0
container/Dockerfile.vllm
container/Dockerfile.vllm
+2
-0
No files found.
container/Dockerfile
View file @
3d9ade88
...
...
@@ -126,6 +126,8 @@ COPY pyproject.toml /workspace/
COPY
README.md /workspace/
COPY
LICENSE /workspace/
ARG
CARGO_BUILD_JOBS
# Build Rust runtime
COPY
lib/runtime /workspace/lib/runtime
RUN
cd
lib/runtime
&&
\
...
...
container/Dockerfile.tensorrt_llm
View file @
3d9ade88
...
...
@@ -71,6 +71,8 @@ COPY pyproject.toml /workspace/
COPY README.md /workspace/
COPY LICENSE /workspace/
ARG CARGO_BUILD_JOBS
# Build Rust runtime
COPY lib/runtime /workspace/lib/runtime
RUN cd lib/runtime && \
...
...
container/Dockerfile.vllm
View file @
3d9ade88
...
...
@@ -211,6 +211,8 @@ COPY pyproject.toml /workspace/
COPY README.md /workspace/
COPY LICENSE /workspace/
ARG CARGO_BUILD_JOBS
# Build Rust runtime
COPY lib/runtime /workspace/lib/runtime
RUN cd lib/runtime && \
...
...
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