Spaces:
Runtime error
Runtime error
StormblessedKal
commited on
Commit
·
64da876
1
Parent(s):
534a737
revert sox to december version
Browse files- Dockerfile +1 -1
- builder/requirements.txt +2 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ WORKDIR /
|
|
15 |
# Update and upgrade the system packages (Worker Template)
|
16 |
RUN apt-get update -y && \
|
17 |
apt-get upgrade -y && \
|
18 |
-
apt-get install --yes --no-install-recommends sudo ca-certificates git wget curl bash libgl1 libx11-6 software-properties-common ffmpeg build-essential espeak-ng git-lfs
|
19 |
apt-get autoremove -y && \
|
20 |
apt-get clean -y && \
|
21 |
rm -rf /var/lib/apt/lists/*
|
|
|
15 |
# Update and upgrade the system packages (Worker Template)
|
16 |
RUN apt-get update -y && \
|
17 |
apt-get upgrade -y && \
|
18 |
+
apt-get install --yes --no-install-recommends sudo ca-certificates git wget curl bash libgl1 libx11-6 software-properties-common ffmpeg build-essential espeak-ng git-lfs -y &&\
|
19 |
apt-get autoremove -y && \
|
20 |
apt-get clean -y && \
|
21 |
rm -rf /var/lib/apt/lists/*
|
builder/requirements.txt
CHANGED
@@ -43,4 +43,5 @@ cn2an
|
|
43 |
whisper-timestamped
|
44 |
eventlet
|
45 |
outlines
|
46 |
-
runpod
|
|
|
|
43 |
whisper-timestamped
|
44 |
eventlet
|
45 |
outlines
|
46 |
+
runpod
|
47 |
+
sox==1.4.1
|