Skip to content

Commit

Permalink
Merge pull request #611 from cliveseldon/0.2.8_release_testing
Browse files Browse the repository at this point in the history
Update python wrappers to include 3.7
  • Loading branch information
ukclivecox authored Jun 3, 2019
2 parents 686d53e + a6d8bec commit bb4177a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wrappers/s2i/python/build_scripts/build_all.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./build_python3.6.sh
#./build_python3.7.sh
./build_python3.7.sh
2 changes: 1 addition & 1 deletion wrappers/s2i/python/build_scripts/build_all_local.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./build_local_python3.6.sh
#./build_local_python3.7.sh
./build_local_python3.7.sh
2 changes: 0 additions & 2 deletions wrappers/s2i/python/build_scripts/build_python3.7.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# NB: Tensorflow does not work with python 3.7 at present
# see https://github.com/tensorflow/tensorflow/issues/20444
make -C ../ build PYTHON_VERSION=3.7
2 changes: 1 addition & 1 deletion wrappers/s2i/python/build_scripts/push_all.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./push_python3.6.sh
#./push_python3.7.sh
./push_python3.7.sh

0 comments on commit bb4177a

Please sign in to comment.