You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have met the same problem.
could you descript more details how to " check the permissions on /home/fadhelh/project/octo_v1/uefi_docker/build and make sure docker can access it"
Thx
It's attempting to create the "nvidia-uefi" workspace under the "build" directory, but doesn't have file permissions. This is run from inside docker, but should be using the same user id as the user id that launched docker. In other words, if "yanchao" ran "edk2_docker", then edkrepo should be running inside docker as "yanchao" and have the same access to "nvidia-uefi" and "build".
My best guess is you're mixing in sudo calls when you don't need to. The end result is that you have directories owned by root when they should all be owned by "yanchao".
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
The text was updated successfully, but these errors were encountered: