mirror of https://github.com/kubeflow/examples.git
remove useless requirements.txt (#593)
This commit is contained in:
parent
41765a5830
commit
da903549cc
|
|
@ -50,15 +50,8 @@ You also need the following command line tools:
|
|||
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
|
||||
- [kustomize](https://kustomize.io/)
|
||||
|
||||
+**Note:** kustomize [v2.0.3](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.3) is recommented since the [problem](https://github.com/kubernetes-sigs/kustomize/issues/1295) in kustomize v2.1.0.
|
||||
**Note:** kustomize [v2.0.3](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.3) is recommented since the [problem](https://github.com/kubernetes-sigs/kustomize/issues/1295) in kustomize v2.1.0.
|
||||
|
||||
To run the client at the end of the example, you must have [requirements.txt](requirements.txt) installed in your active python environment.
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
NOTE: These instructions rely on Github, and may cause issues if behind a firewall with many Github users.
|
||||
|
||||
## Modifying existing examples
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
grpc==0.3.post19
|
||||
numpy==1.14.0
|
||||
Pillow==5.0.0
|
||||
python-mnist==0.5
|
||||
tensorflow==1.5.0
|
||||
tensorflow-serving-api==1.4.0
|
||||
Loading…
Reference in New Issue