Skip to content

Commit

Permalink
Add dependencies in the base docker build (#1776)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xuzhao9 authored and facebook-github-bot committed Jul 20, 2023
1 parent ae8f06f commit 79bc754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/gcp-a100-runner-dind.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV NVIDIA_VERSION="525.105.17"
RUN sudo apt-get -y update && sudo apt -y update
RUN sudo apt-get install -y git jq \
vim wget curl ninja-build cmake \
libgl1-mesa-glx libsndfile1-dev kmod
libgl1-mesa-glx libsndfile1-dev kmod libxml2-dev libxslt1-dev

# get switch-cuda utility
RUN sudo wget -q https://raw.githubusercontent.com/phohenecker/switch-cuda/master/switch-cuda.sh -O /usr/bin/switch-cuda.sh
Expand Down
1 change: 0 additions & 1 deletion torchbenchmark/models/tts_angular/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tqdm
inflect
bokeh
pysbd
pyworld
soundfile
nose
cardboardlint
Expand Down

0 comments on commit 79bc754

Please sign in to comment.