black44 commited on
Commit
ec4f4ea
·
verified ·
1 Parent(s): 656e648

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -25,6 +25,9 @@ RUN pip install --no-cache-dir --root-user-action=ignore -U pip && \
25
  "protobuf" && \
26
  pip install --no-cache-dir --root-user-action=ignore -r requirements.txt
27
 
 
 
 
28
  # Download Bark TTS model
29
  RUN python3 - <<EOF
30
  try:
 
25
  "protobuf" && \
26
  pip install --no-cache-dir --root-user-action=ignore -r requirements.txt
27
 
28
+ RUN apt-get update && apt-get install -y libsndfile1
29
+ RUN pip install soundfile
30
+
31
  # Download Bark TTS model
32
  RUN python3 - <<EOF
33
  try: