Skip to content

Commit 7ad9aeb

Browse files
authored
Merge branch 'main' into ODSC-70595/aqua_error_tips
2 parents 4039d6f + 369b0c6 commit 7ad9aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user_guide/aqua/apiserver.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AI Quick Actions is accessible through the Python SDK APIs and CLI. If the CLI o
66

77
**Prerequisite**
88

9-
1. Install oracle-ads - ``pip install "oracle-ads[aquaapi]"``
9+
1. Install oracle-ads - ``pip install "oracle-ads[aqua]"``
1010
2. Set up AI Quick Actions `policies <https://github.com/oracle-samples/oci-data-science-ai-samples/blob/main/ai-quick-actions/policies/README.md>`_
1111

1212
API Specification
@@ -110,4 +110,4 @@ Docker Image
110110
docker run --rm -it --env-file .env \
111111
-v ~/.oci:/root/.oci \
112112
-v $KEY_PATH:$KEY_PATH \
113-
-p 8081:8080 aqua:$TAG
113+
-p 8080:8080 aqua:$TAG

0 commit comments

Comments
 (0)