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 deab4d7 commit daa76adCopy full SHA for daa76ad
build/onnxruntime/Makefile
@@ -30,7 +30,7 @@ IID_$(1)=$(1)_$(VERSION).iid
30
CID_$(1)=$(1)_$(VERSION).cid
31
32
build_$(1):
33
- @docker build --iidfile $$(IID_$(1)) -t redisfab/$(STEM)-$(1):$(VERSION) -f Dockerfile \
+ @docker build --iidfile $$(IID_$(1)) -t redisfab/$(STEM)-$(1):$(VERSION) -f Dockerfile.arm \
34
--build-arg ARCH=$(1) --build-arg ARCH_FLAG=$(2) $(ROOT)
35
@docker create --cidfile $$(CID_$(1)) `cat $$(IID_$(1))`
36
@docker cp `cat $$(CID_$(1))`:/build/$(STEM)-$(2)-$(VERSION).tgz .
0 commit comments