ChatTTS-ui icon indicating copy to clipboard operation
ChatTTS-ui copied to clipboard

docker一键部署报错

Open YihanWang0810 opened this issue 1 year ago • 1 comments
trafficstars

环境: x86架构 Ubuntu 22.04.4 200G内存20核CPU 3090显卡*6

执行docker-compose -f docker-compose.gpu.yaml up -d报错:

(base) root@ps:/chatTTS/ChatTTS-ui# docker-compose -f docker-compose.gpu.yaml up -d WARNING: The UID variable is not set. Defaulting to a blank string. WARNING: The GID variable is not set. Defaulting to a blank string. Building chat-tts-ui DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 16.98MB Step 1/6 : FROM pytorch/torchserve:0.11.0-gpu as builder Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) ERROR: Service 'chat-tts-ui' failed to build : Build failed

YihanWang0810 avatar Nov 05 '24 08:11 YihanWang0810