Skip to content
New issue

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

info: Installation of Kubernetes, Kubeflow Training Job, and KServe Python SDK #28

Open
sungsoo opened this issue Jul 18, 2022 · 2 comments

Comments

@sungsoo
Copy link
Owner

sungsoo commented Jul 18, 2022

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

pip install kubernetes  

Kubeflow Training Job SDK Installation

pip install kubeflow-training 

KServe SDK Installation

pip install kserve

Kubectl config setup

scp sungsoo@remote_k8s_server_ip:./.kube/config  $HOME/.kube/.
@sungsoo
Copy link
Owner Author

sungsoo commented Jul 18, 2022

PyTorch library for SPN

torchspn - A PyTorch Layerwise Sum-Product Network Framework

@sungsoo
Copy link
Owner Author

sungsoo commented Jul 18, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant