examples/Natural-Language-Processing/README.md

39 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Version
* Docker20.10.7
* Kubectlv1.20.1
* Minikubev1.20.0
* kustomize:v3.2.3
* Kubeflowv1.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)