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
1ab4a7dd
Commit
1ab4a7dd
authored
Apr 01, 2025
by
ishandhanani
Committed by
GitHub
Apr 01, 2025
Browse files
docs(README): add local development instructions (#463)
parent
10682826
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
1ab4a7dd
...
@@ -113,3 +113,19 @@ curl localhost:8000/v1/chat/completions -H "Content-Type: application/json"
...
@@ -113,3 +113,19 @@ curl localhost:8000/v1/chat/completions -H "Content-Type: application/json"
"max_tokens": 300
"max_tokens": 300
}'
| jq
}'
| jq
```
```
### Local Development
To develop locally, we recommend working inside of the container
```
bash
./container/build.sh
./container/run.sh
-it
--mount-workspace
cargo build
--release
mkdir
-p
/workspace/deploy/dynamo/sdk/src/dynamo/sdk/cli/bin
cp
/workspace/target/release/http /workspace/deploy/dynamo/sdk/src/dynamo/sdk/cli/bin
cp
/workspace/target/release/llmctl /workspace/deploy/dynamo/sdk/src/dynamo/sdk/cli/bin
uv pip
install
-e
.
```
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