microsoft/vscode-ai-toolkit

WSL VScode Not loading correctly after AI Toolkit Install

leestott opened this issue · 1 comments

After installing AI Tooklit WSL Visual Studio Code Does NOT Load

Open VScode from WSL

Code .

I get opening remote (Bottom left) but the WSL does not start to load Code in WSL

image

I have to end the remote (using the Control Palette)
image

and then connect to WSL (Using the Control Palette)
image

for WSL VSCode to load correctly.
image

This issues resolved After running this command

• pip install onnxruntime
• pip install onnxruntime-gpu
• cd /usr/local/cuda/lib64
• ls
• sudo apt install nvidia-cudnn
• sudo apt update
• apt list --upgradable
• sudo apt upgrade
• sudo apt update
• sudo apt update —fix-missing
• sudo apt-get install libcudnn8
• sudo apt update