diff --git a/docs/developer-guide.md b/docs/developer-guide.md index efffa2f9a60..dfe04250b06 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -29,6 +29,8 @@ to build multi-arch images. Check source code as follows: make build REGISTRY= 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)