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
@hjonnala Is there another solution to adding sudo, I tried that in Ubuntu 22.04, where I am getting a similar permission denied issue.
After prepending sudo I got -
"docker: Error response from daemon: pull access denied for coral-edgetpu-ubuntu-18.04, repository does not exist or may require 'docker login': denied: requested access to the resource is denied."
Description
Trying to build on CentOS Stream 9 bare metal server fails as root:
... COMMIT coral-edgetpu-ubuntu-18.04 --> 3d1d0547343 Successfully tagged localhost/coral-edgetpu-ubuntu-18.04:latest 3d1d0547343ed555d2eabfe644bf4bd1017f84af02081101b315335a1aa00278 docker run --rm -i --tty -v /root/pycoral/:/workspace \ "coral-edgetpu-ubuntu-18.04" /bin/bash -c "chmod a+w /; groupadd --gid 0 root; useradd -m -e '' -s /bin/bash --gid 0 --uid 0 root; echo 'root ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers; su root -c 'for cpu in k8 aarch64 armv7a; do make CPU=\${cpu} COMPILATION_MODE=opt -C /workspace/ pybind tflite wheel tflite-wheel || exit 1; done'" Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. groupadd: group 'root' already exists useradd: user 'root' already exists su: System error make: *** [/root/pycoral/libcoral/docker/docker.mk:40: docker-build] Error 1 ...
And fails as a regular user:
... INFO: Build completed successfully, 708 total actions mkdir -p /workspace/pycoral/pybind mkdir: cannot create directory '/workspace/pycoral/pybind': Permission denied ...
Click to expand!
Issue Type
Build/Install
Operating System
Linux
Coral Device
No response
Other Devices
No response
Programming Language
Python 3.9
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered: