From 1e67c25ea4fd2cdc57120f64a4925c5b382b93a9 Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 12 Jan 2025 00:02:56 +0900 Subject: [PATCH] docs: Fix docker image name --- examples/tutorials/flow-deploy/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/flow-deploy/docker/README.md b/examples/tutorials/flow-deploy/docker/README.md index d60a824fa0b..24fa1b674b8 100644 --- a/examples/tutorials/flow-deploy/docker/README.md +++ b/examples/tutorials/flow-deploy/docker/README.md @@ -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: