Skip to content

Commit

Permalink
space.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Nov 15, 2023
1 parent 486834d commit ac51b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions torchserve/install-torchserve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -e
apt-get update && \
apt-get install -y \
git \
python3-pip
pip config set global.no-cache-dir false && \
python3-pip && \
pip config set global.no-cache-dir false && \
git clone https://github.com/pytorch/serve -b v0.9.0 && \
cd serve && \
python3 ./ts_scripts/install_dependencies.py --environment prod $* && \
pip3 install . && \
pip install . && \
cd .. && \
rm -rf serve

0 comments on commit ac51b25

Please sign in to comment.