ftshijt commited on
Commit
01bcf7b
·
verified ·
1 Parent(s): 9142102

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -41,10 +41,8 @@ RUN git clone https://github.com/wavlab-speech/versa.git && \
41
  pip install -e .
42
 
43
  # Install External Packages from VERSA
44
- # RUN cd versa/tools && \
45
- # mkdir ~/.ssh && \
46
- # ssh-keyscan -H github.com >> ~/.ssh/known_hosts && \
47
- # bash install_asvspoof.sh
48
 
49
  RUN cd versa/tools && \
50
  bash install_audiobox-aesthetics.sh
 
41
  pip install -e .
42
 
43
  # Install External Packages from VERSA
44
+ RUN cd versa/tools && \
45
+ bash install_asvspoof.sh
 
 
46
 
47
  RUN cd versa/tools && \
48
  bash install_audiobox-aesthetics.sh