Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ go.work
__debug_bin
bin/
debug-bin/
/build.envd
.ipynb_checkpoints/
cover.html

Expand Down
13 changes: 13 additions & 0 deletions build.envd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This assumes the user already logged in and saved the credentials in the default `~/.codex` directory.
# If not, you can login first with the command `codex login` on your host.
#
# More language & system package support can be found in:
# - docs/reference: https://envd.tensorchord.ai/api/starlark/v1/install.html


def build():
base(dev=True)
shell("fish")
install.codex()
install.go()
runtime.mount("~/.codex", "~/.codex")