[BRING BACK TO MASTER] add pip install upgrade to the command.

This commit is contained in:
SangBin Cho
2020-05-04 10:40:28 -07:00
parent 02c1ab0ec6
commit 24a97aba10
@@ -36,6 +36,7 @@ worker_nodes:
setup_commands:
# Install latest TensorFlow
- source activate tensorflow_p36 && conda remove -y --force wrapt || true
- source activate tensorflow_p36 && pip install --upgrade pip
- source activate tensorflow_p36 && pip install -U tensorflow==1.14
- echo set-window-option -g mouse on > ~/.tmux.conf
- echo 'termcapinfo xterm* ti@:te@' > ~/.screenrc