change tag to x86 (#273)
* change tag to x86 tag of build image was changed by PR #268 from amd64 to x86 --- fix here to pick up latest build * change tag to x86
This commit is contained in:
parent
f278f08120
commit
11a5029c10
|
@ -19,7 +19,7 @@ seen in the docs folder. The Dockerfile is shown here.
|
||||||
|
|
||||||
[same-as-file]: <> (docs/docker-example/Dockerfile)
|
[same-as-file]: <> (docs/docker-example/Dockerfile)
|
||||||
```
|
```
|
||||||
FROM onnxmlirczar/onnx-mlir-build:amd64
|
FROM onnxmlirczar/onnx-mlir-build:x86
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ENV HOME=/build
|
ENV HOME=/build
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM onnxmlirczar/onnx-mlir-build:amd64
|
FROM onnxmlirczar/onnx-mlir-build:x86
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ENV HOME=/build
|
ENV HOME=/build
|
||||||
|
|
Loading…
Reference in New Issue