Skip to content

Commit

Permalink
Update documentation for deploying docker (#1782)
Browse files Browse the repository at this point in the history
Documentation was having incomplete information about how to build a
docker which button to click first
Fix for issue #1783 
# Description

Please add an informative description that covers that changes made by
the pull request and link all relevant issues.

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes].**
- [x] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [x] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [x] Pull request includes test coverage for the included changes.

Co-authored-by: Philip Gao <[email protected]>
  • Loading branch information
bhavykhatri and crazygao authored Jan 19, 2024
1 parent 9027bbd commit 5053232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/how-to-guides/deploy-a-flow/deploy-using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pf flow build --source <path-to-your-flow-folder> --output <your-output-dir> --f
:::{tab-item} VS Code Extension
:sync: VSC

In visual editor, choose:
![img](../../media/how-to-guides/vscode_export.png)
Click the button below to build a flow as docker format:
![img](../../media/how-to-guides/vscode_export_as_docker.png)
:::
Expand Down Expand Up @@ -103,4 +105,4 @@ curl http://localhost:8080/score --data '{"url":"https://play.google.com/store/a

## Next steps
- Try the example [here](https://github.com/microsoft/promptflow/blob/main/examples/tutorials/flow-deploy/docker).
- See how to [deploy a flow using kubernetes](deploy-using-kubernetes.md).
- See how to [deploy a flow using kubernetes](deploy-using-kubernetes.md).

0 comments on commit 5053232

Please sign in to comment.