From 8e2cf07303d76d0899994be494d9226096782438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=93=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=B0=D1=80=D1=8C?= Date: Mon, 20 Apr 2026 13:50:52 +1000 Subject: [PATCH] change struct docker --- .gitignore | 2 ++ src/iiwa_voice/resource/docker-compose.yaml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25416a4..e0124cf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ install/ build/ .vscode .idea +venv +.venv **.FCBak \ No newline at end of file diff --git a/src/iiwa_voice/resource/docker-compose.yaml b/src/iiwa_voice/resource/docker-compose.yaml index 0c302f7..2da1956 100644 --- a/src/iiwa_voice/resource/docker-compose.yaml +++ b/src/iiwa_voice/resource/docker-compose.yaml @@ -30,7 +30,6 @@ x-tts-common: &tts-common - ./output_audio:/output_audio environment: HF_TOKEN: ${HF_TOKEN:-} - VLLM_USE_V1: "0" VLLM_WORKER_MULTIPROC_METHOD: spawn CUDA_VISIBLE_DEVICES: ${CUDA_VISIBLE_DEVICES:-0} healthcheck: