Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
|
@@ -41,10 +41,8 @@ RUN git clone https://github.com/wavlab-speech/versa.git && \
|
|
| 41 |
pip install -e .
|
| 42 |
|
| 43 |
# Install External Packages from VERSA
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
# ssh-keyscan -H github.com >> ~/.ssh/known_hosts && \
|
| 47 |
-
# bash install_asvspoof.sh
|
| 48 |
|
| 49 |
RUN cd versa/tools && \
|
| 50 |
bash install_audiobox-aesthetics.sh
|
|
|
|
| 41 |
pip install -e .
|
| 42 |
|
| 43 |
# Install External Packages from VERSA
|
| 44 |
+
RUN cd versa/tools && \
|
| 45 |
+
bash install_asvspoof.sh
|
|
|
|
|
|
|
| 46 |
|
| 47 |
RUN cd versa/tools && \
|
| 48 |
bash install_audiobox-aesthetics.sh
|