Skip to content

Commit

Permalink
Install MR from pip instead of locally
Browse files Browse the repository at this point in the history
Signed-off-by: lugi0 <[email protected]>
  • Loading branch information
lugi0 committed Oct 8, 2024
1 parent 6c5a7b7 commit ee6b49a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"!pip install --no-index --find-links . model_registry-0.2.6a1-py3-none-any.whl"
"!pip install model_registry==0.2.6a1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ Verify Model Registry Integration With Secured-DB
... workbench_namespace=${PRJ_TITLE}
Upload File In The Workbench filepath=${JUPYTER_NOTEBOOK_FILEPATH} workbench_title=${WORKBENCH_TITLE}
... workbench_namespace=${PRJ_TITLE}
Download Python Client Dependencies ${MR_PYTHON_CLIENT_FILES} ${MR_PYTHON_CLIENT_WHL_VERSION}
Upload Python Client Files In The Workbench ${MR_PYTHON_CLIENT_FILES}
# In the latest minimal python image these dependencies are not found by pip even though the UI shows them to be
# present. Switch to installing model registry from pip directly.
# Download Python Client Dependencies ${MR_PYTHON_CLIENT_FILES} ${MR_PYTHON_CLIENT_WHL_VERSION}
# Upload Python Client Files In The Workbench ${MR_PYTHON_CLIENT_FILES}
Upload Certificate To Jupyter Notebook ${CERTS_DIRECTORY}/domain.crt
Upload Certificate To Jupyter Notebook openshift_ca.crt
Jupyter Notebook Can Query Model Registry ${JUPYTER_NOTEBOOK}
Expand Down

0 comments on commit ee6b49a

Please sign in to comment.