kubeflow-labs
kubeflow-labs copied to clipboard
👩🔬 Train and Serve TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.5.0 to 2.3.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.3.1 Release 2.3.1 Bug Fixes and Other Changes Fixes an undefined behavior causing a segfault in tf.raw_ops.Switch...
I am following kubeflow documentation and I am having an issue while trying to authenticate kubeflow. Step no 4 in the below link doesn't contain the path as expected. Please...
The title of Readme.md is incorrect: "Azure Container Service (AKS)"
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 6.2.0. Release notes *Sourced from [pillow's releases](https://github.com/python-pillow/Pillow/releases).* > ## 6.2.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html > > ## 6.1.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.1.0.html > > ## 6.0.0 > No release...
The k8s installation failed with the older version numbers.
Create a shell script to generate environment variables in case of cloud shell timeout 1. Create `env.sh` file under `~` ``` nano ~/env.sh ``` 2. Copy & paste below and...
A hint for those running into the 403 errors - I am sure it will help others.
When I run this line as part of the KubeFlow chapter: `ks param set kubeflow-core cloud aks` I end up with the following error: ERROR could not find component: open...
* This command needs to be updated to `mc config host add minio $S3_ENDPOINT $ACCESS_KEY $ACCESS_SECRET_KEY` `mc config host add minio http://$S3_ENDPOINT $ACCESS_KEY $ACCESS_SECRET_KEY` * Add details of how to...