Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
753c05d
1
Parent(s):
04e5c28
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN set -x \
|
|
10 |
&& apt-get update \
|
11 |
&& apt-get -y install wget curl man git less openssl libssl-dev unzip unar build-essential aria2 tmux vim \
|
12 |
&& apt-get install -y openssh-server sox libsox-fmt-all libsox-fmt-mp3 libsndfile1-dev ffmpeg \
|
13 |
-
&& apt-get install librdmacm1 libibumad3 librdmacm-dev libibverbs1 libibverbs-dev ibverbs-utils ibverbs-providers \
|
14 |
&& rm -rf /var/lib/apt/lists/* \
|
15 |
&& apt-get clean
|
16 |
|
|
|
10 |
&& apt-get update \
|
11 |
&& apt-get -y install wget curl man git less openssl libssl-dev unzip unar build-essential aria2 tmux vim \
|
12 |
&& apt-get install -y openssh-server sox libsox-fmt-all libsox-fmt-mp3 libsndfile1-dev ffmpeg \
|
13 |
+
&& apt-get install -y librdmacm1 libibumad3 librdmacm-dev libibverbs1 libibverbs-dev ibverbs-utils ibverbs-providers \
|
14 |
&& rm -rf /var/lib/apt/lists/* \
|
15 |
&& apt-get clean
|
16 |
|