Skip to content

Commit 173e881

Browse files
authored
libsora needs sndfile in Ubuntu system.
libsora cannot capture the information of "sndfile" in installation.
1 parent 9738e8d commit 173e881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM tensorflow/tensorflow:2.2.0-gpu
22
RUN apt-get update
3-
RUN apt-get install -y zsh tmux wget git
3+
RUN apt-get install -y zsh tmux wget git libsndfile1
44
RUN pip install git+https://github.com/TensorSpeech/TensorflowTTS.git
55
RUN mkdir /workspace
66
WORKDIR /workspace

0 commit comments

Comments
 (0)