Skip to content

Commit c49ed2c

Browse files
authored
feat: add the build.envd file to this repo (#2082)
dogfood Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent 38015c9 commit c49ed2c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ go.work
3434
__debug_bin
3535
bin/
3636
debug-bin/
37-
/build.envd
3837
.ipynb_checkpoints/
3938
cover.html
4039

build.envd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)