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
3d499705
"docs/vscode:/vscode.git/clone" did not exist on "a35df0f5453089dd9f2fc0b704f1900205aba098"
Unverified
Commit
3d499705
authored
Jun 10, 2025
by
Ryan McCormick
Committed by
GitHub
Jun 09, 2025
Browse files
docs: Add example etcd/nats commands to the container banner (#1423)
parent
a6731450
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
container/launch_message.txt
container/launch_message.txt
+8
-2
No files found.
container/launch_message.txt
View file @
3d499705
...
@@ -50,8 +50,14 @@ Try the following to begin interacting with a model:
...
@@ -50,8 +50,14 @@ Try the following to begin interacting with a model:
> dynamo --help
> dynamo --help
> dynamo run Qwen/Qwen2.5-3B-Instruct
> dynamo run Qwen/Qwen2.5-3B-Instruct
For more complete deployment configurations, check out the examples folder.
To run more complete deployment examples, instances of etcd and nats need to be
To run the examples instances of etcd and nats are needed from the host system.
accessible within the container. This is generally done by connecting to
existing etcd/nats services from the host or other containers. For simple
cases, you can start them in the container as well:
> nats-server -js &
> etcd --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://0.0.0.0:2379 --data-dir /tmp/etcd &
With etcd/nats accessible, run the examples:
> cd examples/hello_world
> cd examples/hello_world
> dynamo serve hello_world:Frontend
> dynamo serve hello_world:Frontend
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