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

Bug/add support for wsl2 #1134

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

aseaday
Copy link
Member

@aseaday aseaday commented Nov 1, 2022

Signed-off-by: nullday <aseaday@hotmail.com>
Signed-off-by: nullday <aseaday@hotmail.com>
return true, nil
} else if strings.HasSuffix(info.KernelVersion, "WSL2") {
logrus.Warn("We couldn't detect if your runtime support GPU on WSL2, we will continue to run your environment.")
return true, nil
Copy link
Member

Choose a reason for hiding this comment

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

What if user doesn't have GPU with WSL?

Copy link
Member Author

Choose a reason for hiding this comment

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

I raised a issue for docker win team how to detect cuda device.
But for now, users can start environment but without cuda support

Copy link
Member

@VoVAllen VoVAllen left a comment

Choose a reason for hiding this comment

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

/lgtm

@muniu-bot muniu-bot bot added the lgtm label Nov 2, 2022
@muniu-bot
Copy link

muniu-bot bot commented Nov 2, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aseaday, VoVAllen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@muniu-bot muniu-bot bot merged commit bc1c513 into tensorchord:main Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants