윤영준 윤영준 01-17
프로젝트 포크
@39963208b4c1395c02c52c6ff0e88e8a51cde02c
 
compose.mod.yaml (added)
+++ compose.mod.yaml
@@ -0,0 +1,26 @@
+# include:
+#   - compose.observability.yaml
+services:
+  speaches:
+    extends:
+      file: compose.yaml
+      service: speaches
+    build:
+      context: ./
+      dockerfile: Dockerfile  # Optional if the Dockerfile is named 'Dockerfile'
+      args:
+        BASE_IMAGE: nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04
+    environment:
+      - WHISPER__MODEL=Systran/faster-whisper-large-v3
+    volumes:
+      - hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
+    ports:
+      - "54127:54127"
+    deploy:
+      resources:
+        reservations:
+          devices:
+            - capabilities: ["gpu"]
+volumes:
+  hf-hub-cache:
+
Add a comment
List