envd 1.0.0a2__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of envd might be problematic. Click here for more details.
- envd-1.0.1/.GIT_TAG_INFO +1 -0
- {envd-1.0.0a2 → envd-1.0.1}/.goreleaser.yaml +3 -0
- {envd-1.0.0a2 → envd-1.0.1}/PKG-INFO +3 -3
- {envd-1.0.0a2 → envd-1.0.1}/README.md +2 -2
- {envd-1.0.0a2 → envd-1.0.1}/base-images/remote-cache/build-and-push-remote-cache.sh +1 -0
- envd-1.0.1/base-images/remote-cache/build.envd +29 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v0/config.py +9 -9
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v1/config.py +9 -9
- {envd-1.0.0a2 → envd-1.0.1}/envd.egg-info/PKG-INFO +3 -3
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/build.go +1 -1
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/up.go +1 -1
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/build.go +0 -1
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/r.go +0 -1
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/version/version.go +1 -1
- {envd-1.0.0a2 → envd-1.0.1}/pkg/types/envd.go +2 -0
- envd-1.0.0a2/.GIT_TAG_INFO +0 -1
- envd-1.0.0a2/base-images/remote-cache/build.envd +0 -45
- {envd-1.0.0a2 → envd-1.0.1}/.all-contributorsrc +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/.editorconfig +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/.gitignore +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/.golangci.yml +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/.lycheeignore +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/.pre-commit-config.yaml +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/.vscode/launch.json +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/CHANGELOG.md +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/CODEOWNERS +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/CODE_OF_CONDUCT.md +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/LICENSE +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/MANIFEST.in +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/Makefile +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/OWNERS +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/base-images/envd/build.sh +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/base-images/envd/envd-daemonless.Dockerfile +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/base-images/envd/envd.Dockerfile +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/base-images/envd-sshd/envd-sshd.Dockerfile +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/base-images/envd-starship/envd-starship.Dockerfile +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/cmd/envd/main.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/cmd/envd-sshd/main.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v0/__init__.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v0/install.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v0/io.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v0/runtime.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v1/__init__.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v1/install.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v1/io.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api/v1/runtime.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd/api.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd.egg-info/SOURCES.txt +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd.egg-info/dependency_links.txt +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd.egg-info/not-zip-safe +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/envd.egg-info/top_level.txt +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/go.mod +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/go.sum +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/lychee.toml +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/app.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/bootstrap.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/build/build.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/completion.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/context.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/context_create.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/context_ls.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/context_rm.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/context_use.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/debug.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/debug_llb.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/destroy.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/env.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/env_describe.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/env_ls.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/exec.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/data.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/json/context.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/json/env.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/json/image.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/json/print.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/json/version.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/table/context.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/table/env.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/table/image.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/formatter/table/version.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/image.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/image_describe.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/image_prune.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/image_prune_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/image_remove.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/init.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/interactive.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/login.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/pause.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/prune.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/reference.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/resume.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/run.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/telemetry/reporter.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/template/julia.envd +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/template/r.envd +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/top.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/app/version.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/autocomplete/bash.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/autocomplete/fish.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/autocomplete/zsh.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/build_func.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/builder.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/builder_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/builder_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/dep_check.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/err.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/types.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/util.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/builder/util_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/buildkitd/buildkitd.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/buildkitd/mock/mock.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/buildkitd/print.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/config/config.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/data/datasource.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/data/envd.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/client.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/docker/docker.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/docker/docker_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/docker/docker_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/docker/label.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/nerdctl/buildkit.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/nerdctl/nerdctl.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/driver/stats_type.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/editor/vscode/types.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/editor/vscode/util.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/editor/vscode/vscode.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/editor/vscode/vscode_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/editor/vscode/vscode_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/envd/docker.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/envd/docker_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/envd/engine.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/envd/envdserver.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/envd/factory.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/envd/types.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/flag/consts.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/auth.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/auth_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/cache.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/config.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/context.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/context_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/data.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/home_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/manager.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/home/manager_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/interpreter.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/mock/mock.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/builtin/builtin.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/config/config.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/config/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/data/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/data/rule.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/data/util.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/install/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/install/install.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/interpreter.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/interpreter_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/io/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/io/io.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/runtime/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/runtime/runtime.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/starlark_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/testdata/test.envd +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/universe/const.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/frontend/starlark/v1/universe/universe.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/graph.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/types.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/util.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/cache.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/checker.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/compile.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/conda.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/consts.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/editor.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/editor_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/fs.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/get_conda.sh +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/git.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/install_conda.sh +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/interface.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/julia.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/julia.sh +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/python.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/shell.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/supervisor.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/system.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/types.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/user.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/util.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/lang/ir/v1/util_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/metrics/collector.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/metrics/docker_collector.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/metrics/helper.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/metrics/model.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/metrics/widget.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/compileui/display.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/compileui/mock/mock.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/compileui/term.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/compileui/term_windows.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/compileui/trace.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/compileui/types.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/mode/mode.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progressui/display.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progressui/display_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progressui/printer.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progressui/term.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progressui/term_windows.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progresswriter/printer.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/progress/progresswriter/writer.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/remote/sshd/os.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/remote/sshd/sshd.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/shell/install.sh +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/shell/zsh.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/shell/zsh_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/shell/zsh_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/shell/zshrc +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/config/entry.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/config/key.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/config/ssh_config.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/config/ssh_config_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/config/ssh_config_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/copy.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/ssh/ssh.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/client.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/config.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/device.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/event.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/file.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/folder.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/install.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/syncthing.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/syncthing_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/syncthing/util.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/types/container.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/types/label.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/types/types_suite_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/buildkitutil/buildkit.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/buildkitutil/buildkit_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/envutil/env.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/envutil/env_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/fileutil/file.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/fileutil/file_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/fileutil/namegenerator.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/netutil/netutil.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/netutil/netutil_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/osutil/wsl.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/runtimeutil/runtimeutil.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/starlarkutil/stringslice.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/starlarkutil/stringslice_test.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/util/ziputil/unzip.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pkg/version/version.go +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/pyproject.toml +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/scripts/envd-daemonless.sh +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/setup.cfg +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/setup.py +0 -0
- {envd-1.0.0a2 → envd-1.0.1}/typos.toml +0 -0
envd-1.0.1/.GIT_TAG_INFO
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v1.0.1
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# This is an example .goreleaser.yml file with some sensible defaults.
|
|
2
2
|
# Make sure to check the documentation at https://goreleaser.com
|
|
3
3
|
version: 2
|
|
4
|
+
git:
|
|
5
|
+
# if there are more than one tag in the same commit.
|
|
6
|
+
tag_sort: -version:creatordate
|
|
4
7
|
before:
|
|
5
8
|
hooks:
|
|
6
9
|
- go mod tidy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: envd
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A development environment management tool for data scientists.
|
|
5
5
|
Home-page: https://github.com/tensorchord/envd
|
|
6
6
|
Author: TensorChord
|
|
@@ -279,10 +279,10 @@ NAME JUPYTER SSH TARGET CONTEXT
|
|
|
279
279
|
envd-quick-start http://localhost:42779 envd-quick-start.envd /home/gaocegege/code/envd-quick-start envd-quick-start:dev false <none> <none> Up 54 seconds bd3f6a729e94
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
## Difference between v0 and v1
|
|
282
|
+
## Difference between v0 and v1 syntax
|
|
283
283
|
|
|
284
284
|
> [!NOTE]
|
|
285
|
-
> Start from `envd v1.0`, `v1` syntax is the default syntax for `build.envd` file.
|
|
285
|
+
> Start from `envd v1.0`, `v1` syntax is the default syntax for `build.envd` file, and `moby-worker` is the default builder.
|
|
286
286
|
|
|
287
287
|
| Features | v0 | v1 |
|
|
288
288
|
| --- | --- | --- |
|
|
@@ -260,10 +260,10 @@ NAME JUPYTER SSH TARGET CONTEXT
|
|
|
260
260
|
envd-quick-start http://localhost:42779 envd-quick-start.envd /home/gaocegege/code/envd-quick-start envd-quick-start:dev false <none> <none> Up 54 seconds bd3f6a729e94
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
## Difference between v0 and v1
|
|
263
|
+
## Difference between v0 and v1 syntax
|
|
264
264
|
|
|
265
265
|
> [!NOTE]
|
|
266
|
-
> Start from `envd v1.0`, `v1` syntax is the default syntax for `build.envd` file.
|
|
266
|
+
> Start from `envd v1.0`, `v1` syntax is the default syntax for `build.envd` file, and `moby-worker` is the default builder.
|
|
267
267
|
|
|
268
268
|
| Features | v0 | v1 |
|
|
269
269
|
| --- | --- | --- |
|
|
@@ -26,6 +26,7 @@ TAG_SUFFIX="${TAG_SUFFIX:-}"
|
|
|
26
26
|
|
|
27
27
|
cd ${ROOT_DIR}
|
|
28
28
|
|
|
29
|
+
envd context create --name docker --builder docker-container --use
|
|
29
30
|
envd --debug build -f build.envd:${BUILD_FUNC} --export-cache type=registry,ref=docker.io/${DOCKER_HUB_ORG}/python-cache:envd-v${ENVD_VERSION}${TAG_SUFFIX} --force
|
|
30
31
|
|
|
31
32
|
cd - > /dev/null
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
def build():
|
|
2
|
+
"""default"""
|
|
3
|
+
base(dev=True)
|
|
4
|
+
install.conda()
|
|
5
|
+
install.python()
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def build_gpu_11_8():
|
|
9
|
+
"""cuda 11"""
|
|
10
|
+
base(dev=True)
|
|
11
|
+
install.conda()
|
|
12
|
+
install.python()
|
|
13
|
+
install.cuda(version="11.8.0", cudnn="8")
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def build_gpu_12_2():
|
|
17
|
+
"""cuda 12"""
|
|
18
|
+
base(dev=True)
|
|
19
|
+
install.conda()
|
|
20
|
+
install.python()
|
|
21
|
+
install.cuda(version="12.2.2", cudnn="8")
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def build_gpu_12_3():
|
|
25
|
+
"""cudnn 9"""
|
|
26
|
+
base(dev=True)
|
|
27
|
+
install.conda()
|
|
28
|
+
install.python()
|
|
29
|
+
install.cuda(version="12.3.2", cudnn="9")
|
|
@@ -36,15 +36,15 @@ def apt_source(source: Optional[str]):
|
|
|
36
36
|
Example usage:
|
|
37
37
|
```python
|
|
38
38
|
apt_source(source='''
|
|
39
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
40
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
41
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
42
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
43
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
44
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
45
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
46
|
-
deb http://archive.canonical.com/ubuntu
|
|
47
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
39
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy main restricted
|
|
40
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates main restricted
|
|
41
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy universe
|
|
42
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates universe
|
|
43
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy multiverse
|
|
44
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates multiverse
|
|
45
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-backports main restricted universe multiverse
|
|
46
|
+
deb http://archive.canonical.com/ubuntu jammy partner
|
|
47
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-security main restricted universe multiverse
|
|
48
48
|
''')
|
|
49
49
|
```
|
|
50
50
|
|
|
@@ -30,15 +30,15 @@ def apt_source(source: Optional[str]):
|
|
|
30
30
|
Example usage:
|
|
31
31
|
```python
|
|
32
32
|
apt_source(source='''
|
|
33
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
34
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
35
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
36
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
37
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
38
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
39
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
40
|
-
deb http://archive.canonical.com/ubuntu
|
|
41
|
-
deb https://mirror.sjtu.edu.cn/ubuntu
|
|
33
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy main restricted
|
|
34
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates main restricted
|
|
35
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy universe
|
|
36
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates universe
|
|
37
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy multiverse
|
|
38
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-updates multiverse
|
|
39
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-backports main restricted universe multiverse
|
|
40
|
+
deb http://archive.canonical.com/ubuntu jammy partner
|
|
41
|
+
deb https://mirror.sjtu.edu.cn/ubuntu jammy-security main restricted universe multiverse
|
|
42
42
|
''')
|
|
43
43
|
```
|
|
44
44
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: envd
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A development environment management tool for data scientists.
|
|
5
5
|
Home-page: https://github.com/tensorchord/envd
|
|
6
6
|
Author: TensorChord
|
|
@@ -279,10 +279,10 @@ NAME JUPYTER SSH TARGET CONTEXT
|
|
|
279
279
|
envd-quick-start http://localhost:42779 envd-quick-start.envd /home/gaocegege/code/envd-quick-start envd-quick-start:dev false <none> <none> Up 54 seconds bd3f6a729e94
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
## Difference between v0 and v1
|
|
282
|
+
## Difference between v0 and v1 syntax
|
|
283
283
|
|
|
284
284
|
> [!NOTE]
|
|
285
|
-
> Start from `envd v1.0`, `v1` syntax is the default syntax for `build.envd` file.
|
|
285
|
+
> Start from `envd v1.0`, `v1` syntax is the default syntax for `build.envd` file, and `moby-worker` is the default builder.
|
|
286
286
|
|
|
287
287
|
| Features | v0 | v1 |
|
|
288
288
|
| --- | --- | --- |
|
|
@@ -83,7 +83,7 @@ To build and push the image to a registry:
|
|
|
83
83
|
// https://github.com/urfave/cli/issues/1134#issuecomment-1191407527
|
|
84
84
|
&cli.StringFlag{
|
|
85
85
|
Name: "export-cache",
|
|
86
|
-
Usage: "Export the cache (e.g. `type=registry,ref=<image>`)",
|
|
86
|
+
Usage: "Export the cache (e.g. `type=registry,ref=<image>`). The default `moby-worker` builder doesn't support this unless the docker-ce has enabled the `containerd` image store. You can run `envd context create --name docker --builder docker-container --use` to use this feature.",
|
|
87
87
|
Aliases: []string{"ec"},
|
|
88
88
|
},
|
|
89
89
|
&cli.StringFlag{
|
|
@@ -145,7 +145,7 @@ var CommandUp = &cli.Command{
|
|
|
145
145
|
// https://github.com/urfave/cli/issues/1134#issuecomment-1191407527
|
|
146
146
|
&cli.StringFlag{
|
|
147
147
|
Name: "export-cache",
|
|
148
|
-
Usage: "Export the cache (e.g. `type=registry,ref=<image>`)",
|
|
148
|
+
Usage: "Export the cache (e.g. `type=registry,ref=<image>`). The default `moby-worker` builder doesn't support this unless the docker-ce has enabled the `containerd` image store. You can run `envd context create --name docker --builder docker-container --use` to use this feature.",
|
|
149
149
|
Aliases: []string{"ec"},
|
|
150
150
|
},
|
|
151
151
|
&cli.StringFlag{
|
|
@@ -228,7 +228,6 @@ func (b generalBuilder) build(ctx context.Context, pw progresswriter.Writer) err
|
|
|
228
228
|
if err != nil {
|
|
229
229
|
return errors.Wrap(err, "failed to parse export cache")
|
|
230
230
|
}
|
|
231
|
-
// k := platforms.Format(platforms.DefaultSpec())
|
|
232
231
|
ctx, cancel := context.WithCancel(ctx)
|
|
233
232
|
defer cancel()
|
|
234
233
|
eg, ctx := errgroup.WithContext(ctx)
|
|
@@ -26,7 +26,6 @@ const rPath = "/usr/local/lib/R/site-library"
|
|
|
26
26
|
func (g *generalGraph) installRLang(root llb.State) llb.State {
|
|
27
27
|
g.UserDirectories = append(g.UserDirectories, rPath)
|
|
28
28
|
prepare := root.Run(llb.Shlex(`sh -c "
|
|
29
|
-
apt-get update && apt-get install -y --no-install-recommends --fix-missing gpg &&
|
|
30
29
|
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | gpg --dearmor -o /usr/share/keyrings/r-project.gpg &&
|
|
31
30
|
echo "deb [signed-by=/usr/share/keyrings/r-project.gpg] https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/" | tee -a /etc/apt/sources.list.d/r-project.list
|
|
32
31
|
"`), llb.WithCustomName("add R public GPG key")).Root()
|
|
@@ -85,7 +85,7 @@ func New(file string) (Getter, error) {
|
|
|
85
85
|
} else if strings.Contains(comment, "# syntax=v0") {
|
|
86
86
|
logrus.Fatal("v0 is no longer supported in envd v1, try to use v1")
|
|
87
87
|
} else {
|
|
88
|
-
logrus.Debug("unknown version, using
|
|
88
|
+
logrus.Debug("unknown version, using v1 by default")
|
|
89
89
|
}
|
|
90
90
|
g.v = V1
|
|
91
91
|
return g, nil
|
|
@@ -57,6 +57,7 @@ var BaseEnvironment = []struct {
|
|
|
57
57
|
{"PATH", DefaultSystemPath},
|
|
58
58
|
{"LANG", "en_US.UTF-8"},
|
|
59
59
|
{"LC_ALL", "en_US.UTF-8"},
|
|
60
|
+
{"UV_LINK_MODE", "copy"}, // uv link-mode for installing Python packages
|
|
60
61
|
}
|
|
61
62
|
var BaseAptPackage = []string{
|
|
62
63
|
"bash-static",
|
|
@@ -82,6 +83,7 @@ var BaseAptPackage = []string{
|
|
|
82
83
|
"make",
|
|
83
84
|
"zsh",
|
|
84
85
|
"locales",
|
|
86
|
+
"gpg", // used by r-lang
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
type EnvdImage struct {
|
envd-1.0.0a2/.GIT_TAG_INFO
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v1.0.0-alpha.2
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
def build():
|
|
2
|
-
"""default"""
|
|
3
|
-
base(dev=True)
|
|
4
|
-
install.conda()
|
|
5
|
-
install.python()
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def build_gpu_11_2():
|
|
9
|
-
"""tensorflow"""
|
|
10
|
-
base(dev=True)
|
|
11
|
-
install.conda()
|
|
12
|
-
install.python()
|
|
13
|
-
install.cuda(version="11.2.2", cudnn="8")
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
def build_gpu_11_3():
|
|
17
|
-
"""pytorch"""
|
|
18
|
-
base(dev=True)
|
|
19
|
-
install.conda()
|
|
20
|
-
install.python()
|
|
21
|
-
install.cuda(version="11.3.1", cudnn="8")
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
def build_gpu_11_6():
|
|
25
|
-
"""pytorch"""
|
|
26
|
-
base(dev=True)
|
|
27
|
-
install.conda()
|
|
28
|
-
install.python()
|
|
29
|
-
install.cuda(version="11.6.2", cudnn="8")
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
def build_gpu_11_8():
|
|
33
|
-
"""pytorch"""
|
|
34
|
-
base(dev=True)
|
|
35
|
-
install.conda()
|
|
36
|
-
install.python()
|
|
37
|
-
install.cuda(version="11.8.0", cudnn="8")
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
def build_gpu_12_3():
|
|
41
|
-
"""pytorch"""
|
|
42
|
-
base(dev=True)
|
|
43
|
-
install.conda()
|
|
44
|
-
install.python()
|
|
45
|
-
install.cuda(version="12.3.2", cudnn="9")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|