yongyeol commited on
Commit
159859d
Β·
verified Β·
1 Parent(s): c0343cf

Update postInstall

Browse files
Files changed (1) hide show
  1. postInstall +4 -3
postInstall CHANGED
@@ -1,6 +1,7 @@
1
  #!/usr/bin/env bash
2
- set -e # 였λ₯˜ λ°œμƒ μ‹œ μ¦‰μ‹œ 쀑단
 
3
  echo "β–Ά installing audiocraft ..."
4
- pip install --no-cache-dir \
5
- git+https://github.com/facebookresearch/audiocraft@main --no-deps
6
  echo "βœ“ audiocraft installed"
 
1
  #!/usr/bin/env bash
2
+ set -e # 였λ₯˜ λ°œμƒ μ‹œ μ¦‰μ‹œ 쀑단
3
+
4
  echo "β–Ά installing audiocraft ..."
5
+ pip install --no-cache-dir --use-pep517 \
6
+ git+https://github.com/facebookresearch/audiocraft@main
7
  echo "βœ“ audiocraft installed"