Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 22 |
RUN pip uninstall -y pysoundfile
|
| 23 |
RUN pip uninstall -y soundfile
|
| 24 |
RUN pip install soundfile
|
|
|
|
| 25 |
|
| 26 |
# 创建名为"user"的新用户,用户ID为1000
|
| 27 |
RUN useradd -m -u 1000 user
|
|
|
|
| 22 |
RUN pip uninstall -y pysoundfile
|
| 23 |
RUN pip uninstall -y soundfile
|
| 24 |
RUN pip install soundfile
|
| 25 |
+
RUN pip install audio-separator
|
| 26 |
|
| 27 |
# 创建名为"user"的新用户,用户ID为1000
|
| 28 |
RUN useradd -m -u 1000 user
|