We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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.
Sorry, something went wrong.
No branches or pull requests
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: