File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 55
55
base_image : ubuntu:20.04
56
56
base_runtime_image : ubuntu:20.04
57
57
onnxruntime_version : 1.13.1
58
- platforms : linux/amd64,linux/arm64/v8
58
+ # platforms: linux/amd64,linux/arm64/v8
59
+ platforms : linux/amd64
59
60
- prefixes : " nvidia-ubuntu20.04"
60
61
buildcache_prefix : " nvidia-ubuntu20.04"
61
62
target : runtime-nvidia-env
70
71
base_image : ubuntu:22.04
71
72
base_runtime_image : ubuntu:22.04
72
73
onnxruntime_version : 1.13.1
73
- platforms : linux/amd64,linux/arm64/v8
74
+ # platforms: linux/amd64,linux/arm64/v8
75
+ platforms : linux/amd64
74
76
- prefixes : " nvidia,nvidia-ubuntu22.04"
75
77
buildcache_prefix : " nvidia-ubuntu22.04"
76
78
target : runtime-nvidia-env
89
91
with :
90
92
only-export-python-version : true
91
93
92
- - name : <Setup> Set up QEMU
93
- uses : docker/setup-qemu-action@v3
94
+ # - name: <Setup> Set up QEMU
95
+ # uses: docker/setup-qemu-action@v3
94
96
95
97
- name : <Setup> Set up Docker Buildx
96
98
id : buildx
You can’t perform that action at this time.
0 commit comments