Skip to content

Commit

Permalink
missed an imagespec update
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <nikki@union.ai>
  • Loading branch information
neverett committed Dec 11, 2023
1 parent 9b598cf commit d80800d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting_started/flyte_project_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ If you examine the project you created with `pyflyte init` in {doc}`"Creating a

```{code-block} bash
my_project
β”œβ”€β”€ Dockerfile # Docker image
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
β”œβ”€β”€ docker_build.sh # Docker build helper script
β”œβ”€β”€ requirements.txt # Python dependencies
└── workflows
β”œβ”€β”€ __init__.py
└── example.py # Example Flyte workflows
└── example.py # Example Flyte workflow code
```

## Configuration files
Expand Down

0 comments on commit d80800d

Please sign in to comment.