Skip to content

Commit

Permalink
- sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 16, 2021
1 parent fc2a901 commit d2b2e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/testing-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- bash: |
bash prepare_env.sh
# ls -l
sudo install -q -y tree
install -q -y tree
tree .
displayName: 'Prepare env.'
Expand Down
2 changes: 1 addition & 1 deletion configs/NVIDIA/nemo-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target_repository:
- tests

before_install:
- sudo apt-get install libsndfile1
- apt-get install libsndfile1

dependencies:
- name: pytorch-lightning
Expand Down

0 comments on commit d2b2e34

Please sign in to comment.