Fedir Zadniprovskyi 2024-05-28
fix: docker compose image name
@1a5c6f0ce02d300a02357110f7b19c113e38f9db
compose.yaml
--- compose.yaml
+++ compose.yaml
@@ -1,7 +1,7 @@
 # NOTE: arm images haven't been tested
 services:
   faster-whisper-server-cuda:
-    image: fedirz/faster-whisper-server:cuda-0.1
+    image: fedirz/faster-whisper-server:0.1-cuda
     build:
       dockerfile: Dockerfile.cuda
       context: .
@@ -19,7 +19,7 @@
           devices:
             - capabilities: ["gpu"]
   faster-whisper-server-cpu:
-    image: fedirz/faster-whisper-server:cpu-0.1
+    image: fedirz/faster-whisper-server:0.1-cpu
     build:
       dockerfile: Dockerfile.cpu
       context: .
Add a comment
List