skai-x / elastic-jupyter-operator

Cloud-native way to provide elastic Jupyter Notebooks on Kubernetes. Run remote kernels, natively.
Apache License 2.0
194 stars 28 forks source link

Support arm64 architecture for operator #47

Closed EugeneTorap closed 2 years ago

EugeneTorap commented 2 years ago

Fix #46 issue @gaocegege Try to update the remote operator image for linux/amd64 & linux/arm64

docker buildx build --push --platform linux/amd64,linux/arm64 --tag ccr.ccs.tencentyun.com/kubeflow-oteam/elastic-jupyter-operator:latest .