remove useless requirements.txt (#593)

This commit is contained in:
Jin Chi He 2019-07-15 05:49:03 +08:00 committed by Kubernetes Prow Robot
parent 41765a5830
commit da903549cc
2 changed files with 1 additions and 14 deletions

View File

@ -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

View File

@ -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