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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -40,10 +40,10 @@ RUN git clone https://github.com/wavlab-speech/versa.git && \
40
  pip install -e .
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 && \
49
  bash install_audio-aesthetics.sh
 
40
  pip install -e .
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 && \
49
  bash install_audio-aesthetics.sh