Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -41,6 +41,7 @@ RUN git clone https://github.com/wavlab-speech/versa.git && \
|
|
41 |
|
42 |
# Install External Packages from VERSA
|
43 |
RUN cd versa/tools && \
|
|
|
44 |
ssh-keyscan -H github.com >> ~/.ssh/known_hosts \
|
45 |
bash install_asvspoof.sh
|
46 |
|
|
|
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 |
|