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
e3df305b
Unverified
Commit
e3df305b
authored
Sep 29, 2025
by
Anant Sharma
Committed by
GitHub
Sep 29, 2025
Browse files
docs: remove hardcoded version in quick start (#3290)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
a01b7992
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
docs/_includes/quick_start_local.rst
docs/_includes/quick_start_local.rst
+4
-2
No files found.
docs/_includes/quick_start_local.rst
View file @
e3df305b
...
@@ -10,14 +10,16 @@ Get started with Dynamo locally in just a few commands:
...
@@ -10,14 +10,16 @@ Get started with Dynamo locally in just a few commands:
# Create virtual environment and install Dynamo
# Create virtual environment and install Dynamo
uv venv venv
uv venv venv
source venv/bin/activate
source venv/bin/activate
uv pip install "ai-dynamo[sglang]==0.4.1" # or [vllm], [trtllm]
# Use prerelease flag to install RC versions of flashinfer and/or other dependencies
uv pip install --prerelease=allow "ai-dynamo[sglang]" # or [vllm], [trtllm]
**2. Start etcd/NATS**
**2. Start etcd/NATS**
.. code-block:: bash
.. code-block:: bash
# Fetch and start etcd and NATS using Docker Compose
# Fetch and start etcd and NATS using Docker Compose
curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/ai-dynamo/dynamo/release/0.4.1/deploy/docker-compose.yml
VERSION=$(uv pip show ai-dynamo | grep Version | cut -d' ' -f2)
curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/ai-dynamo/dynamo/refs/tags/v${VERSION}/deploy/docker-compose.yml
docker compose -f docker-compose.yml up -d
docker compose -f docker-compose.yml up -d
**3. Run Dynamo**
**3. Run Dynamo**
...
...
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