Skip to content

eddienko/owl-shell-pipeline

Repository files navigation

Owl Shell Pipeline

This is an Owl Pipeline that runs a script in the cluster.

Install

curl -O https://raw.githubusercontent.com/eddienko/owl-shell-pipeline/main/shell_pipeline/signature.yaml
owl admin pdef add signature.yaml

Pipeline Definition

An example pipeline definition file is:

# Version of the configuration file
version: 1

# Name of the pipeline
name: shell

command: |
  echo "Hello"
  sleep 300

# output directory (optional)
# - sets the directory where the script is run
# - stores pipeline logs
# output: /storage/user/output

resources:
  cores: 1
  workers: 1
  memory: 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages