We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to follow the documentation to create a custom runtime server
but I think there is an error in the Dockerfile. Is this the last instruction :
RUN mlserver start $MLSERVER_MODELS_DIR
in that case the image never finish the build. It is not rather:
CMD mlserver start $MLSERVER_MODELS_DIR
The text was updated successfully, but these errors were encountered:
Thanks @oha95 it does look like this is a doc bug. Would you like to open a PR to fix it?
Sorry, something went wrong.
Hello @njhill, yes of course, but first I want to test it on my cluster to make sure it works. I'll probably do it this weekend
This doc bug was addressed by #277
No branches or pull requests
I tried to follow the documentation to create a custom runtime server
but I think there is an error in the Dockerfile.
Is this the last instruction :
in that case the image never finish the build. It is not rather:
The text was updated successfully, but these errors were encountered: