-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Building Custom MPI Image Following Documentation #662
Comments
Actually, we need to build the base, openmpi-builder, and openmpi images in advance like here: Lines 107 to 116 in ef9d049
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello team,
I followed the documentation to run the PI example, but when I tried to build my own images based on the docs at https://github.com/kubeflow/mpi-operator/tree/master/examples/v2beta1/pi, I encountered the following error:
Question
Does it make sense to have the
ARG BASE_LABEL
in this image? It seems that the${BASE_LABEL}
variable is not being resolved, causing the build to fail.Additional Information
Any assistance or clarification would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: