Skip to content

Commit

Permalink
added steps to install dependencies for building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbafna committed May 26, 2020
1 parent 59943ab commit 0f7b0c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions binaries/pip/build_wheels.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -eou pipefail
source ../../scripts/install_from_src_utils

cleanup()
{
Expand Down Expand Up @@ -39,6 +40,10 @@ rm -rf output

mkdir output

install_java_deps

install_torch_deps

create_torchserve_wheel

create_model_archiver_wheel

0 comments on commit 0f7b0c2

Please sign in to comment.