You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand custom handlers, and how you write them in an arbitrary language.
R is a good example of this.
The R sample here though doesn't seem to tell me anything about where the R runtime actually comes from. The only Dockerfile provided uses a "node" base image.
Naively I was expecting there to be a Dockerfile for the R sample that specified some kind of base image that contained an R runtime environment? But I probably misunderstand how custom handlers, and custom image work.
The text was updated successfully, but these errors were encountered:
As I understand it you need to install R on the dockerimage first. I'm not sure how old the dockerimage is, because by default it installed R 3.5 which is very old.
I'm trying to understand custom handlers, and how you write them in an arbitrary language.
R is a good example of this.
The R sample here though doesn't seem to tell me anything about where the R runtime actually comes from. The only Dockerfile provided uses a "node" base image.
Naively I was expecting there to be a Dockerfile for the R sample that specified some kind of base image that contained an R runtime environment? But I probably misunderstand how custom handlers, and custom image work.
The text was updated successfully, but these errors were encountered: