Browse Source

Merge: [HiFi-GAN/PyT] Whitelist data/cmudict in .dockerignore

Krzysztof Kudrynski 3 years ago
parent
commit
9c34e35c21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore

+ 1 - 0
PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore

@@ -5,6 +5,7 @@ pretrained_models/
 tb_*/
 tb_*/
 data
 data
 ! data/filelists
 ! data/filelists
+! data/cmudict
 
 
 *.pyc
 *.pyc
 __pycache__
 __pycache__