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

doc: clarify wsl kernel upgrade in docker_cpp_xpu_quickstart.md #12622

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/mddocs/DockerGuides/docker_cpp_xpu_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

#### Setting Docker on windows

Need to enable `--net=host`,follow [this guide](https://docs.docker.com/network/drivers/host/#docker-desktop) so that you can easily access the service running on the docker. The [v6.1x kernel version wsl]( https://learn.microsoft.com/en-us/community/content/wsl-user-msft-kernel-v6#1---building-the-microsoft-linux-kernel-v61x) is recommended to use.Otherwise, you may encounter the blocking issue before loading the model to GPU.
- Need to enable `--net=host`,follow [this guide](https://docs.docker.com/network/drivers/host/#docker-desktop) so that you can easily access the service running on the docker.
- The [v6.1.y kernel version wsl](https://github.com/MicrosoftDocs/community-content/blob/7de886f8b9d7c4ccb77dabc124c3f24b6f341191/community-content/content/wsl-user-msft-kernel-v6.md) is recommended for use(i.e. replace the Microsoft WSL guide's branch with `linux-msft-wsl-6.1.y`). Otherwise, you may encounter the blocking issue before loading the model to GPU.

### Pull the latest image
```bash
Expand Down