wsl docker integration
- linux container needed
WSL file permission enabling
Docker Desktop WSL 2 backend
Estimated reading time: 5 minutes Windows Subsystem for Linux (WSL) 2 introduces a significant architectural change as it is a full Linux kernel built by Microsoft, allowing Linux containers to run natively without emulation. With Docker Desktop running on WSL 2, users can leverage Linux workspaces and avoid having to maintain both Linux and Windows build scripts.
https://docs.docker.com/docker-for-windows/wsl/
CUDA on WSL :: CUDA Toolkit Documentation
The guide for using NVIDIA CUDA on Windows Subsystem for Linux.
https://docs.nvidia.com/cuda/wsl-user-guide/index.html#installing-wip

Seonglae Cho