Spaces:
Running
Running
藍+85CD
commited on
ci : build and publish main-intel image (#3231)
Browse files
.github/workflows/docker.yml
CHANGED
|
@@ -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 |
#TODO: the cuda image keeps failing - disable for now
|
| 23 |
# https://github.com/ggerganov/whisper.cpp/actions/runs/11019444428/job/30602020339
|
| 24 |
#- { tag: "main-cuda", dockerfile: ".devops/main-cuda.Dockerfile", platform: "linux/amd64" }
|
|
|
|
| 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" }
|