I'm trying to run sky serve up C:\hello-sky\service.yaml
on Native Windows, but I'm getting a file permission error. I'm using the conda environment as recommended. How can I resolve this issue?
Mikel P
Asked on Feb 01, 2024
You can try running sky serve
on WSL (Windows Subsystem for Linux) instead of Native Windows. This might help resolve the file permission error. Here's how you can do it:
service.yaml
file is located.sky serve up service.yaml
command in WSL.By running sky serve
on WSL, you'll be able to avoid file permission issues that can occur on Native Windows.