Skip to content

Commit

Permalink
fix build_all_local.sh script to use correct gpu-related scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored and seldondev committed Oct 1, 2020
1 parent 472ca7a commit 490651c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrappers/s2i/python/build_scripts/build_all_local.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
./build_local_python3.6.sh
./build_local_python3.7.sh
./build_local_python3.6_gpu.sh
./build_local_python3.7_gpu.sh
./build_python3.6_gpu.sh
./build_python3.7_gpu.sh
./build_redhat.sh

0 comments on commit 490651c

Please sign in to comment.