We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install kubectl client version: v1.21.0.
curl -LO "https://dl.k8s.io/release/v1.21.0/bin/darwin/amd64/kubectl" chmod +x ./kubectl sudo mv ./kubectl /usr/local/bin/kubectl sudo chown root: /usr/local/bin/kubectl kubectl version --client
pip install kubernetes
pip install kubeflow-training
pip install kserve
scp sungsoo@remote_k8s_server_ip:./.kube/config $HOME/.kube/.
The text was updated successfully, but these errors were encountered:
torchspn - A PyTorch Layerwise Sum-Product Network Framework
Sorry, something went wrong.
No branches or pull requests
Installation of Kubernetes, Kubeflow Training Job, and KServe Python SDK
Kubectl client installation on MacOS
Install kubectl client version: v1.21.0.
curl -LO "https://dl.k8s.io/release/v1.21.0/bin/darwin/amd64/kubectl" chmod +x ./kubectl sudo mv ./kubectl /usr/local/bin/kubectl sudo chown root: /usr/local/bin/kubectl kubectl version --client
Kubernetes Python Client SDK Installation
Kubeflow Training Job SDK Installation
KServe SDK Installation
Kubectl config setup
scp sungsoo@remote_k8s_server_ip:./.kube/config $HOME/.kube/.
The text was updated successfully, but these errors were encountered: