Skip to content

Commit 5fe4785

Browse files
committed
Update README
1 parent 283ffd5 commit 5fe4785

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ docker run -p 8000:8000 --gpus all --rm -it neuml/ncoder
3636
docker run -p 8000:8000 -e CONFIG=qwen3-coder.yml -gpus all --rm -it neuml/ncoder
3737
3838
# ALTERNATIVE 2: Run with a custom txtai workflow
39-
docker run -p 8000:8000 -v config:/config -e CONFIG=/config/config.yml --gpus all --rm -it neuml/ncoder
39+
docker run -p 8000:8000 -v config:/config -e CONFIG=/config/config.yml \
40+
--gpus all --rm -it neuml/ncoder
4041
```
4142

4243
Running in a sandboxed environment decouples AI coding from your local working environment. Running in isolation provides assurance that it won’t modify your workspace directly.

0 commit comments

Comments
 (0)