ftshijt commited on
Commit
3d61727
·
verified ·
1 Parent(s): 9a54b20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \