mirror of https://github.com/kubeflow/examples.git
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# Version
|
||
|
||
* Docker:20.10.7
|
||
* Kubectl:v1.20.1
|
||
* Minikube:v1.20.0
|
||
* kustomize:v3.2.3
|
||
* Kubeflow:v1.3.1
|
||
|
||
# Check Version
|
||
|
||
* Docker
|
||
```Bash
|
||
docker version
|
||
```
|
||
* Kubectl
|
||
```Bash
|
||
kubectl version
|
||
```
|
||
* Minikube
|
||
```Bash
|
||
minikube version
|
||
```
|
||
* Kustomize
|
||
```Bash
|
||
kustomize version
|
||
```
|
||
* Kubeflow
|
||
> Only the version of kubeflow has no relevant instructions to query. \
|
||
> The version of kubeflow can be found in 1. Installed kubeflow.v13.sh. \
|
||
> When kubeflow.v13.sh is executed, v1.3.1.tar will be downloaded, v1.3.1 is the version number of kubeflow.
|
||
|
||
<img src="https://github.com/WEICHINLIN/Kubeflow---Natural-Language-Processing/blob/main/4.%20Image/kubeflow%20home.png" width="1000" height="400" alt="kubefkow home"/><br/>
|
||
|
||
# Relevant part
|
||
|
||
* [About Install](https://github.com/dfm871002/examples/blob/master/Natural-Language-Processing/1.%20Install/Install.md)
|
||
* [About Docker](https://github.com/dfm871002/examples/blob/master/Natural-Language-Processing/2.%20Docker/Docker.md)
|
||
* [About Jupyter Notebook](https://github.com/dfm871002/examples/blob/master/Natural-Language-Processing/3.%20Jupyter%20Notebook/Jupyter%20Notebook.md)
|