Skip to content

Commit 6acb47c

Browse files
authored
Update Libsox Installation in Docker (#15834)
* update libsox installation Signed-off-by: Jason <jasoli@nvidia.com> * let's actually install sox Signed-off-by: Jason <jasoli@nvidia.com> * remove some more components Signed-off-by: Jason <jasoli@nvidia.com> --------- Signed-off-by: Jason <jasoli@nvidia.com>
1 parent 7b3548f commit 6acb47c

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ ENV PATH="/root/.local/bin:${VIRTUAL_ENV}/bin:${PATH}"
5959
RUN <<"EOF" bash -ex
6060
apt-get update
6161
apt-get install -y \
62-
bc \
6362
curl \
6463
git \
65-
libsndfile1 \
66-
libsox-fmt-all \
67-
sox
64+
libsox3
6865
apt-get clean
6966
EOF
67+
# NOTE: removed libsndfile1 and only kept libsox3
68+
# soundfile ships with its own version of libsndfile1
69+
# lhotse only links into libsox3 and not the rest of sox; removed sox and libsox-fmt-all and only kept libsox3
7070

7171
RUN <<"EOF" bash -ex
7272
curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,6 @@ test = [
534534
"pytest-shard",
535535
"pytest-mock",
536536
"pytest-runner",
537-
"sphinx",
538-
"sphinxcontrib-bibtex",
539537
"wandb",
540538
"wrapt",
541539
]

uv.lock

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)