Skip to content

Commit

Permalink
Remove ln from docker build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angerson committed Aug 2, 2019
1 parent ae2a447 commit e2230fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow/tools/dockerfiles/tests/build-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cd /tensorflow

ln -s $(which ${PYTHON}) /usr/local/bin/python

ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1

LD_LIBRARY_PATH=/usr/local/cuda/lib64/stubs:${LD_LIBRARY_PATH} \
tensorflow/tools/ci_build/builds/configured GPU \
bazel build -c opt --copt=-mavx --config=cuda \
Expand Down

0 comments on commit e2230fd

Please sign in to comment.