Skip to content

Commit

Permalink
update the TensorFlow version at seven
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxiang-wu committed Jan 15, 2019
1 parent 50877c2 commit a227bfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.sh
Expand Up @@ -10,6 +10,8 @@ mkdir -p ~/.pip/ \
cat ~/.pip/pip.conf

# install Python packages with Internet access
pip install tensorflow-gpu==1.12.0
pip install horovod
pip install docopt
pip install hdfs
pip install scipy
Expand All @@ -19,6 +21,7 @@ pip install mpi4py

# add the current directory to PYTHONPATH
export PYTHONPATH=${PYTHONPATH}:`pwd`
export LD_LIBRARY_PATH=/opt/ml/disk/local/cuda/lib64:$LD_LIBRARY_PATH

# start TensorBoard
LOG_DIR=/opt/ml/log
Expand Down

0 comments on commit a227bfd

Please sign in to comment.