Christian Kadner
Christian Kadner
Thanks @ptitzler for pointing this out!
@drewbutlerbb4 -- Please update the UI code when you get a chance. Thanks!
@drewbutlerbb4 @Tomcli @animeshsingh
Add Troubleshooting for `403` error when trying to "Run" a Dataset: - by default, Kubeflow cannot deploy any CRD resource on the cluster - need to patch the cluster with:...
> @ckadner How are these `quasi IDs` identified? Or are you suggesting that all dashes should be changed to spaces and title case should be forced on all names? I...
@Tomcli -- so our PR builder could do this for API code changes: - [x] build a new API docker image, push it - [ ] pull the new image...
starting the image after building it should be a good start -- that does not need Minio or MySQL
@romeokienzler -- I updated the [`api/client/README.md`](https://github.com/machine-learning-exchange/mlx/blob/main/api/client/README.md#pip-install) with instructions to install the MLX API client directly from GitHub ```sh pip install "git+https://github.com/machine-learning-exchange/mlx.git@main#egg=mlx-client&subdirectory=api/client" ```
@romeokienzler -- here are a few commands to test the pip install ```Bash # create a temporary directory mkdir temp cd temp # create Python virtual environment python3 -m venv...
@ptitzler -- let me know if/when you will need to use a MLX API Client SDK for pulling MLX assets into Elyra. I think using a Python SDK rather than...