You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ docker run -p 8000:8000 --gpus all --rm -it neuml/ncoder
36
36
docker run -p 8000:8000 -e CONFIG=qwen3-coder.yml -gpus all --rm -it neuml/ncoder
37
37
38
38
# 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
40
41
```
41
42
42
43
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