We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d012d9f commit 963f95cCopy full SHA for 963f95c
pkg/app/template/codex.envd
@@ -1,5 +1,5 @@
1
# This assumes the user already logged in and saved the credentials in the default `~/.codex` directory.
2
-# If not, you can login first with the command `codex login`.
+# If not, you can login first with the command `codex login` on your host.
3
#
4
# More language & system package support can be found in:
5
# - docs/reference: https://envd.tensorchord.ai/api/starlark/v1/install.html
@@ -8,7 +8,7 @@
8
def build():
9
base(dev=True)
10
shell("fish")
11
- install.codex()
12
- install.rust()
13
install.uv()
+ install.codex()
+ install.nodejs()
14
runtime.mount("~/.codex", "~/.codex")
0 commit comments