Skip to content

Commit 79bc754

Browse files
xuzhao9facebook-github-bot
authored andcommitted
Add dependencies in the base docker build (#1776)
Summary: Remove pyworld from deps of tts_angular. Install libxml2-dev libxslt1-dev in the base image to compile lxml. Fixes #1772 Test workflow: https://github.com/pytorch/benchmark/actions/runs/5614706384 Pull Request resolved: #1776 Reviewed By: janeyx99 Differential Revision: D47645318 Pulled By: xuzhao9 fbshipit-source-id: 548d5c16a0d0d1232c0bad512c8b1622b3181662
1 parent ae8f06f commit 79bc754

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/gcp-a100-runner-dind.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV NVIDIA_VERSION="525.105.17"
1111
RUN sudo apt-get -y update && sudo apt -y update
1212
RUN sudo apt-get install -y git jq \
1313
vim wget curl ninja-build cmake \
14-
libgl1-mesa-glx libsndfile1-dev kmod
14+
libgl1-mesa-glx libsndfile1-dev kmod libxml2-dev libxslt1-dev
1515

1616
# get switch-cuda utility
1717
RUN sudo wget -q https://raw.githubusercontent.com/phohenecker/switch-cuda/master/switch-cuda.sh -O /usr/bin/switch-cuda.sh

torchbenchmark/models/tts_angular/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tqdm
88
inflect
99
bokeh
1010
pysbd
11-
pyworld
1211
soundfile
1312
nose
1413
cardboardlint

0 commit comments

Comments
 (0)