A template for hydra-zen configuration of Flyte workflow execution.
See make | grep codespace
, run make codespace_create code
, or
This provides a zero install demonstration of the supported development environment that depends on the nix package manager or open container images built with it. See make | grep nix
or make -n setup_dev
to setup a local copy of this environment.
tree
.
βββ .argo
β βββ build.yaml
βββ .devcontainer
β βββ devcontainer.Dockerfile
β βββ devcontainer.json
βββ .flyte
β βββ config-browser.yaml
β βββ config-local.yaml
β βββ config-template.yaml
β βββ config.yaml
βββ .github
β βββ actions
β β βββ setup_environment
β β β βββ action.yml
β β βββ tag-build-push-container
β βββ disabled
β β βββ CD.yaml
β β βββ CI.yaml
β βββ workflows
β β βββ CID.yaml
β β βββ build-images.yaml
β β βββ labeler.yml
β βββ .gitkeep
β βββ CODEOWNERS
β βββ codecov.yml
β βββ labels.yml
β βββ renovate.json
βββ .vscode
β βββ extensions.json
β βββ launch.json
β βββ settings.json
β βββ tasks.json
βββ containers
β βββ Dockerfile
β βββ compose.yaml
β βββ gpu.Dockerfile
β βββ pkg.Dockerfile
βββ docs
β βββ notebooks
β β βββ text
β βββ reference
β β βββ flytezen.md
β βββ index.md
β βββ specification.md
βββ environments
β βββ conda
β βββ conda-linux-64.lock.yml
β βββ conda-lock.yml
β βββ virtual-packages.yml
βββ src
β βββ flytezen
β β βββ cli
β β β βββ __init__.py
β β β βββ execute.py
β β β βββ execution_config.py
β β β βββ execution_utils.py
β β βββ workflows
β β β βββ __init__.py
β β β βββ example.py
β β β βββ lrwine.py
β β βββ __init__.py
β β βββ __main__.py
β β βββ configuration.py
β β βββ constants.py
β β βββ logging.py
β βββ .gitkeep
βββ tests
β βββ __init__.py
β βββ conftest.py
β βββ test_cli.py
βββ .dockerignore
βββ .env
βββ .envrc
βββ .example.env
βββ .gitignore
βββ CHANGELOG.md
βββ LICENSE
βββ Makefile
βββ README.md
βββ devshell
βββ flake.lock
βββ flake.nix
βββ mkdocs.yml
βββ poetry.lock
βββ poetry.toml
βββ pyproject.toml
βββ requirements.txt
23 directories, 65 files
See also flake.nix, pyproject.toml, and .github.