Skip to content

Commit

Permalink
fix: Add --no-upgrade to apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Sep 27, 2024
1 parent 8b48e86 commit 4398dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coral/ngram.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def download_and_compile_kenlm(config: DictConfig) -> Path:
"sudo",
"apt-get",
"install",
"--no-upgrade",
"-y",
"build-essential",
"libboost-all-dev",
Expand Down

0 comments on commit 4398dae

Please sign in to comment.