Skip to content

Commit

Permalink
Docs: Updated Stack Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JimVincentW committed Dec 31, 2024
1 parent ecb8650 commit 1e7466b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opol/stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ For local development the flows.compose.yml is used:
docker compose -f flows.compose.yml up flow-embeddings --build
```

You can use your docker images or start building your own and adding your flow code definitions in the flows folder.
Invoke them in the prefect.yaml.
Make sure that how the file is mounted in the docker container e.g. "flows/classification/classification_flow.py" is identical to from where locally the prefect.yaml is executed/ deployed from (run bash deploy-flows.sh from opol/stack).



### Core Services
Expand Down

0 comments on commit 1e7466b

Please sign in to comment.