-
Notifications
You must be signed in to change notification settings - Fork 160
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
discussion(lang): How to support multi-target #403
Comments
tensorchord
bot
added
type/discussion 🧵
area/lang 🌐
area/vscode ♾️
area/jupyter 📝
labels
Jun 16, 2022
I'd appreciate it if you could give some feedback as the end user. |
The design looks like a similar describe structure in Makefile but in a more human readable way. Cool for me! |
Bazel: https://docs.bazel.build/versions/main/tutorial/cpp.html#specify-multiple-build-targets
CLI
|
Bramble
CLI
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Machine learning does not only include training. You may also need to process data/serving.
You as the user may want to build a separate image for a specific purpose. Thus we may need to support:
You can run
envd build --func build
orenvd build --func serve
to build dev/serving images.The text was updated successfully, but these errors were encountered: