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
ae47638b
Unverified
Commit
ae47638b
authored
Jun 27, 2025
by
Faradawn Yang
Committed by
GitHub
Jun 27, 2025
Browse files
fix: docker compose command for sglang (#1482)
parent
7b076cfb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/sglang/README.md
examples/sglang/README.md
+2
-2
No files found.
examples/sglang/README.md
View file @
ae47638b
...
...
@@ -43,10 +43,10 @@ See [deployment architectures](../llm/README.md#deployment-architectures) to lea
### Prerequisites
Start required services (etcd and NATS) using
[
Docker Compose
](
../../deploy/docker-compose.yml
)
Start required services (etcd and NATS) using
[
Docker Compose
](
../../deploy/
metrics/
docker-compose.yml
)
```
bash
docker compose
-f
deploy/docker-compose.yml up
-d
docker compose
-f
deploy/
metrics/
docker-compose.yml up
-d
```
### Build docker
...
...
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