NVIDIA / edk2-nvidia

NVIDIA EDK2 platform support
Other
77 stars 37 forks source link

Error: [Errno 13] Permission denied: ../build/nvidia-uefi' #86

Open fadhelh-nd opened 10 months ago

fadhelh-nd commented 10 months ago

Hi, When following steps https://github.com/NVIDIA/edk2-nvidia/wiki/Build-with-docker

I'm seeing permission denied when giving $ edk2_docker edkrepo clone nvidia-uefi NVIDIA-Platforms main Syncing the global manifest repository: /home/fadhelh/.edkrepo/edk2-edkrepo-manifest-main Syncing the global manifest repository: /home/fadhelh/.edkrepo/nvidia Error: [Errno 13] Permission denied: '/home/fadhelh/project/octo_v1/uefi_docker/build/nvidia-uefi

When tried with $sudo edk2_docker edkrepo clone nvidia-uefi NVIDIA-Platforms main sudo: edk2_docker: command not found

I could even see hello when giving edk2_docker echo hello

Please guide.

Regards

jgarver commented 10 months ago

You'll need to check the permissions on /home/fadhelh/project/octo_v1/uefi_docker/build and make sure docker can access it.

We can also take a peek inside the container with: edk2_docker ls -l

You definitely shouldn't need sudo access.

Thanks.