Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 772 Bytes

wp-model

A template for the recommended layout of a Flyte enabled repository for code written in python using flytekit.

Usage

To get up and running with your Flyte project, we recommend following the Flyte getting started guide.

This project includes a script docker_build.sh that you can use to build a Docker image for your Flyte project.

# help
./docker_build.sh -h

# build an image with defaults
./docker_build.sh

# build an image with custom values
./docker_build.sh -p wp-model -r <REGISTRY> -v <VERSION>

We recommend using a git repository to version this project, so that you can use the git sha to version your Flyte workflows.