wetdog commited on
Commit
95505b9
·
verified ·
1 Parent(s): 29a05c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -42,6 +42,9 @@ pip install -r requirements.txt --no-cache && \
42
  cd monotonic_align && \
43
  python setup.py build_ext --inplace
44
 
 
 
 
45
  COPY --chown=user . $HOME/app/vits2_pytorch/
46
 
47
  EXPOSE 7860
 
42
  cd monotonic_align && \
43
  python setup.py build_ext --inplace
44
 
45
+ # assert gradio version
46
+ RUN pip install gradio==4.44.1
47
+
48
  COPY --chown=user . $HOME/app/vits2_pytorch/
49
 
50
  EXPOSE 7860