Update Dockerfile
Browse files- 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
|