Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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:
|