-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pass your own Docker image for cloud builds #648
Comments
I would like to have the option to use .NET along with its related features, so this functionality is very much appreciated. |
@PawelStadnicki Thanks for the interest! It's nice to see what people are using Framework with. Until we add this feature, you might consider making a pull request to https://github.com/observablehq/framework-runtime to add the runtime that you are interested in. I don't have a lot of experience with .NET, so I'm not sure if it would be compatible, but if it is then we'd welcome the addition. |
Thanks, @mythmon! In general, .NET Core is cross-platform, and I expect all I need is:
This setup takes approximately 230 MB (not counting any Nuget package that may be used by data loaders). What I’m particularly exploring further with the Observable Framework is the .NET → JS transpilation. I noticed that the "tags" feature might be opening soon (#967), potentially enabling other languages (like C# and F#) to be transpiled to JS and used in notebook cells. That might require one or a few more lines in the Dockerfile and I believe it should not be part of the general docker image but rather sth that can be added on the "Build settings" as suggested by the ticked author. I will provide an update soon. |
It’d be nice if here you could pass a URL to a Docker image to be used for your cloud build, so you could install whatever languages and software you want. Like an option here:
The text was updated successfully, but these errors were encountered: