Skip to content

Commit 87aec69

Browse files
authored
Fix apple silicon rosetta error when building images from the source code (#2342)
Signed-off-by: helenxie-bit <[email protected]>
1 parent 55e283e commit 87aec69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/developer-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ to build multi-arch images. Check source code as follows:
2929
make build REGISTRY=<image-registry> TAG=<image-tag>
3030
```
3131

32+
If you are using an Apple Silicon machine and encounter the "rosetta error: bss_size overflow," go to Docker Desktop -> General and uncheck "Use Rosetta for x86_64/amd64 emulation on Apple Silicon."
33+
3234
To use your custom images for the Katib components, modify
3335
[Kustomization file](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/installs/katib-standalone/kustomization.yaml)
3436
and [Katib Config](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/installs/katib-standalone/katib-config.yaml)

0 commit comments

Comments
 (0)