We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b175baa commit d78f081Copy full SHA for d78f081
.github/workflows/docker.yml
@@ -19,6 +19,7 @@ jobs:
19
config:
20
- { tag: "main", dockerfile: ".devops/main.Dockerfile", platform: "linux/amd64" }
21
- { tag: "main-musa", dockerfile: ".devops/main-musa.Dockerfile", platform: "linux/amd64" }
22
+ - { tag: "main-intel", dockerfile: ".devops/main-intel.Dockerfile", platform: "linux/amd64" }
23
#TODO: the cuda image keeps failing - disable for now
24
# https://github.com/ggerganov/whisper.cpp/actions/runs/11019444428/job/30602020339
25
#- { tag: "main-cuda", dockerfile: ".devops/main-cuda.Dockerfile", platform: "linux/amd64" }
0 commit comments