Skip to content

Commit

Permalink
fix a typo in the name of the function (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored Jan 7, 2025
1 parent 0f4a8de commit 502c54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deployment/example_custom_image_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Build container image
.. code-block::
:caption: Docker build
docker build -t local-provider-function .
docker build -t test-local-provider-function .
Prepare your local environment

Expand All @@ -78,7 +78,7 @@ Prepare your local environment
services:
ray-head:
container_name: ray-head
image: local-provider-function:latest
image: test-local-provider-function:latest
Run it

Expand Down Expand Up @@ -122,7 +122,7 @@ Run serverless
function_with_custom_image = QiskitFunction(
title="custom-image-function",
image=local-provider-function:latest,
image=test-local-provider-function:latest,
provider=os.environ.get("PROVIDER_ID", "mockprovider"),
description=help
)
Expand Down

0 comments on commit 502c54f

Please sign in to comment.