Spaces:
Runtime error
Runtime error
fix
Browse files
.github/workflows/build-server-image.yaml
CHANGED
|
@@ -57,6 +57,7 @@ jobs:
|
|
| 57 |
type=gha
|
| 58 |
cache-to:
|
| 59 |
type=gha
|
| 60 |
-
|
|
|
|
| 61 |
tags: ${{ steps.meta.outputs.tags }}
|
| 62 |
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
| 57 |
type=gha
|
| 58 |
cache-to:
|
| 59 |
type=gha
|
| 60 |
+
# not aarch64: paddlepaddle-gpu doesn't have wheel for manylinux_2_36_aarch64
|
| 61 |
+
# platforms: linux/arm64,linux/amd64
|
| 62 |
tags: ${{ steps.meta.outputs.tags }}
|
| 63 |
labels: ${{ steps.meta.outputs.labels }}
|