Skip to content

Commit

Permalink
Fix apple silicon rosetta error when building images from the source …
Browse files Browse the repository at this point in the history
…code (kubeflow#2342)

Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit authored Jun 5, 2024
1 parent 55e283e commit 87aec69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ to build multi-arch images. Check source code as follows:
make build REGISTRY=<image-registry> TAG=<image-tag>
```

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."

To use your custom images for the Katib components, modify
[Kustomization file](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/installs/katib-standalone/kustomization.yaml)
and [Katib Config](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/installs/katib-standalone/katib-config.yaml)
Expand Down

0 comments on commit 87aec69

Please sign in to comment.