Spaces:
Runtime error
Runtime error
lhzstar
commited on
Commit
·
8a521de
1
Parent(s):
c49f7ab
new commits
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
11 |
libportaudio2 \
|
12 |
libportaudiocpp0 \
|
13 |
libsndfile1 \
|
|
|
14 |
software-properties-common \
|
15 |
&& rm -rf /var/lib/apt/lists/*
|
16 |
# Update pip and install dependencies
|
|
|
11 |
libportaudio2 \
|
12 |
libportaudiocpp0 \
|
13 |
libsndfile1 \
|
14 |
+
libav-tools \
|
15 |
software-properties-common \
|
16 |
&& rm -rf /var/lib/apt/lists/*
|
17 |
# Update pip and install dependencies
|