Skip to content

Commit

Permalink
docs: Fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext authored Jan 11, 2025
1 parent 7f91811 commit 1e67c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/flow-deploy/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pf flow build --source ../../../flows/standard/web-classification --output dist
## Deploy with Docker
### Build Docker image

Like other Dockerfile, you need to build the image first. You can tag the image with any name you want. In this example, we use `promptflow-serve`.
Like other Dockerfile, you need to build the image first. You can tag the image with any name you want. In this example, we use `web-classification-serve`.

Run the command below to build image:

Expand Down

0 comments on commit 1e67c25

Please sign in to comment.