Skip to content

Commit

Permalink
add note about git needed for dockerfile based setup
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Dec 11, 2023
1 parent a45945d commit c00f186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting_started/creating_a_flyte_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ cd my_project
git init
```

```{note}
If you are using a Dockerfile instead of ImageSpec, you will need to initialize a git repository and create at least one commit, since the commit hash is used to tag the image when it is built.
```

### Run your workflow in a local Python environment

To check that your Flyte project was set up correctly, run the workflow in a local Python environment:
Expand Down

0 comments on commit c00f186

Please sign in to comment.