-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit enables users to pass environment variable as composition of env variable such as: ```yaml - id: yolov5 operator: outputs: - bbox - ready inputs: image: oasis_agent/image check: oasis_agent/yolov5_check python: ../../operators/yolov5_op.py env: YOLOV5_PATH: $HOME/Documents/dependencies/yolov5 YOLOV5_WEIGHT_PATH: $DORA_DEP_HOME/dependencies/yolov5/yolov5n.pt ``` Note that this is only for the env field. Expanding env variable for source path might conflict with using url as source path.
- Loading branch information
1 parent
40b715e
commit 933dadc
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters