Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -41,8 +41,8 @@ RUN git clone https://github.com/wavlab-speech/versa.git && \
|
|
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 && \
|
|
|
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 && \
|