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

Update Dockerfile

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