dist deps

master
ml server 2020-01-21 11:45:31 -07:00
parent 62b0ac59e5
commit c76bfb61bd
1 changed files with 9 additions and 2 deletions

View File

@ -61,8 +61,6 @@ pip3 install --user tensorflow
# If that fails due to the PATH, run like:
~/.local/bin/pip3 install --user tensorflow
pip3 list | grep tensorflow
# for running some tensorflow tests:
pip3 install --user portpicker
# There's a bunch of tests that can be run, such as:
python3 ~/devel/tensorflow/tensorflow/tensorflow/python/distribute/multi_worker_continuous_run_test.py
```
@ -70,3 +68,12 @@ python3 ~/devel/tensorflow/tensorflow/tensorflow/python/distribute/multi_worker_
# Usage
`top`
# Meh
```
# for running some tensorflow tests:
pip3 install --user portpicker
# For other examples/tests:
#pip3 install --user opencv-python
apt install python3-opencv
pip3 install --user pandas
```