Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
a724149
1
Parent(s):
81692a3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y build-essential
|
|
26 |
RUN pip3 install --no-cache-dir numba==0.56.3
|
27 |
RUN pip install --upgrade pip setuptools wheel
|
28 |
RUN pip3 install --no-binary :all: pyworld
|
29 |
-
|
30 |
|
31 |
WORKDIR /app
|
32 |
# Set up a new user named "user" with user ID 1000
|
|
|
26 |
RUN pip3 install --no-cache-dir numba==0.56.3
|
27 |
RUN pip install --upgrade pip setuptools wheel
|
28 |
RUN pip3 install --no-binary :all: pyworld
|
29 |
+
RUN pip install soundfile
|
30 |
|
31 |
WORKDIR /app
|
32 |
# Set up a new user named "user" with user ID 1000
|