We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.envd
1 parent 38015c9 commit c49ed2cCopy full SHA for c49ed2c
.gitignore
@@ -34,7 +34,6 @@ go.work
34
__debug_bin
35
bin/
36
debug-bin/
37
-/build.envd
38
.ipynb_checkpoints/
39
cover.html
40
build.envd
@@ -0,0 +1,13 @@
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` 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
6
+
7
8
+def build():
9
+ base(dev=True)
10
+ shell("fish")
11
+ install.codex()
12
+ install.go()
13
+ runtime.mount("~/.codex", "~/.codex")
0 commit comments