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
57d24a18
"docs/api/nixl-connect/read-operation.md" did not exist on "39d645e58647d6adb074650e46be5de25f3f3bc6"
Unverified
Commit
57d24a18
authored
Jul 16, 2025
by
Misha Chornyi
Committed by
GitHub
Jul 16, 2025
Browse files
build: Removing shell configuration violations. It's bad practice to hardcod… (#1973)
parent
182d3b5d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
7 deletions
+0
-7
container/Dockerfile.sglang
container/Dockerfile.sglang
+0
-1
container/Dockerfile.tensorrt_llm
container/Dockerfile.tensorrt_llm
+0
-2
container/Dockerfile.vllm
container/Dockerfile.vllm
+0
-2
container/Dockerfile.vllm_v1
container/Dockerfile.vllm_v1
+0
-2
No files found.
container/Dockerfile.sglang
View file @
57d24a18
...
...
@@ -191,7 +191,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
### BUILDS ###
...
...
container/Dockerfile.tensorrt_llm
View file @
57d24a18
...
...
@@ -176,8 +176,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Rust build/dev dependencies
RUN apt-get update && \
apt-get install --no-install-recommends -y \
...
...
container/Dockerfile.vllm
View file @
57d24a18
...
...
@@ -228,8 +228,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Install prometheus
ARG PROM_VERSION=3.4.1
RUN apt-get update && apt-get install -y --no-install-recommends \
...
...
container/Dockerfile.vllm_v1
View file @
57d24a18
...
...
@@ -210,8 +210,6 @@ RUN pyright --help > /dev/null 2>&1
# Enable Git operations in the /workspace directory
RUN printf "[safe]\n directory=/workspace\n" > /root/.gitconfig
RUN ln -sf /bin/bash /bin/sh
# Install prometheus
ARG PROM_VERSION=3.4.1
RUN apt-get update && apt-get install -y --no-install-recommends \
...
...
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