mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-17 23:19:47 +08:00
fix port
This commit is contained in:
parent
944119b720
commit
4354225311
@ -37,6 +37,6 @@ RUN if [ "$IMAGE_TYPE" != "elite" ]; then \
|
|||||||
# Copy the rest of the application
|
# Copy the rest of the application
|
||||||
COPY . /workspace
|
COPY . /workspace
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 9871 9872 9873 9874 9880
|
||||||
|
|
||||||
CMD ["python", "api.py"]
|
CMD ["python", "api.py"]
|
@ -27,7 +27,7 @@ webui_port_uvr5 = 9873
|
|||||||
webui_port_infer_tts = 9872
|
webui_port_infer_tts = 9872
|
||||||
webui_port_subfix = 9871
|
webui_port_subfix = 9871
|
||||||
|
|
||||||
api_port = 5000
|
api_port = 9880
|
||||||
|
|
||||||
if infer_device == "cuda":
|
if infer_device == "cuda":
|
||||||
gpu_name = torch.cuda.get_device_name(0)
|
gpu_name = torch.cuda.get_device_name(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user