Skip to content

Commit

Permalink
Removing Python Client Keyword (red-hat-data-services#1974)
Browse files Browse the repository at this point in the history
* Removing Python Client Keyword

Signed-off-by: tonyxrmdavidson <[email protected]>

* Removing commented line

Signed-off-by: tonyxrmdavidson <[email protected]>

---------

Signed-off-by: tonyxrmdavidson <[email protected]>
  • Loading branch information
tonyxrmdavidson authored Oct 28, 2024
1 parent bb40f31 commit 70db5c4
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Deploy Model Registry
Enable Model Registry If Needed
Component Should Be Enabled modelregistry
Apply Db Config Samples
# Sleep 90s

Registering A Model In The Registry
[Documentation] Registers a model in the model registry
Expand Down Expand Up @@ -83,12 +82,6 @@ Remove Model Registry
... Run And Verify Command
... oc delete -k ${MODELREGISTRY_BASE_FOLDER}/samples/istio/mysql -n ${NAMESPACE_MODEL_REGISTRY}

Install Python Client And Dependencies
[Documentation] Download the model-registry package for a specific platform
${result}= Run Process command=pip install --pre model-registry # robocop: disable:line-too-long
... shell=yes
Should Be Equal As Numbers ${result.rc} 0 ${result.stderr}

Get Model Registry Namespace From DSC
[Documentation] Fetches the namespace defined for model registry in the DSC
${rc} ${ns}= Run And Return Rc And Output
Expand Down

0 comments on commit 70db5c4

Please sign in to comment.