Skip to content

Commit

Permalink
remove docker section
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <nikki@union.ai>
  • Loading branch information
nikki everett committed Dec 12, 2023
1 parent 22afbdc commit b1c54eb
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions basic-example-imagespec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,3 @@ A template for the recommended layout of a Flyte enabled repository for code wri

To get up and running with your Flyte project, we recommend following the
[Flyte getting started guide](https://docs.flyte.org/en/latest/getting_started.html).

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 {{ cookiecutter.project_name }} -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.

0 comments on commit b1c54eb

Please sign in to comment.