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