Skip to content

Commit

Permalink
fix build sh (#5400)
Browse files Browse the repository at this point in the history
  • Loading branch information
typhoonzero authored Nov 6, 2017
1 parent 5b07721 commit ff4c20e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paddle/scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ EOF
# See /Paddle/CMakeLists.txt, UNITTEST_USE_VIRTUALENV option.
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DPYTHON_EXECUTABLE:FILEPATH=/opt/python/cp27-cp27mu/bin/python \
-DPYTHON_INCLUDE_DIR:PATH=/opt/python/cp27-cp27mu/include \
-DPYTHON_LIBRARIES:FILEPATH=/opt/_internal/cpython-2.7.11-ucs4/lib/libpython2.7.so \
-DWITH_DOC=OFF \
-DWITH_GPU=${WITH_GPU:-OFF} \
-DWITH_MKLDNN=${WITH_MKLDNN:-ON} \
Expand Down

0 comments on commit ff4c20e

Please sign in to comment.