Skip to content

Commit

Permalink
need -y.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Dec 19, 2023
1 parent bcbb1d4 commit 7c9761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchserve/install-common.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
apt-get update && apt-get install curl wget jq
apt-get update && apt-get install -yq curl wget jq
pip install opencv-python pandas py-cpuinfo scipy seaborn thop

0 comments on commit 7c9761d

Please sign in to comment.