Skip to content
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

feat: Add base image for R language #457

Merged
merged 2 commits into from
Jun 18, 2022
Merged

feat: Add base image for R language #457

merged 2 commits into from
Jun 18, 2022

Conversation

terrytangyuan
Copy link
Member

Signed-off-by: terrytangyuan terrytangyuan@gmail.com

Signed-off-by: terrytangyuan <terrytangyuan@gmail.com>
@@ -98,7 +98,7 @@ func (g *Graph) compileBase() llb.State {
var base llb.State
if g.CUDA == nil && g.CUDNN == nil {
if g.Language.Name == "r" {
base = llb.Image("docker.io/r-base:4.2.0")
base = llb.Image("docker.io/terrytangyuan/r4.2-envd:0.0.1")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gaocegege @VoVAllen Could you add me to docker.io/tensorchord?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry did not notice the comment here. I replied in the issue #459

Signed-off-by: terrytangyuan <terrytangyuan@gmail.com>
@gaocegege gaocegege merged commit 657c2cb into main Jun 18, 2022
@gaocegege gaocegege deleted the r-base-img branch June 18, 2022 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants