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
inside docker given(PHD="$(pwd)" bash tools/docker/phd_build/run.sh), when I just run: _bazel query 'kind(".*binary",//...)'
it says: FATAL: mkdir('/home/docker/.cache/bazel/_bazel_docker'): (error: 13): Permission denied
The text was updated successfully, but these errors were encountered:
Hi Felix, looks like an ownership issue between the docker client and the host machine. Can you please post the full command and output that produced this?
HI
inside docker given(PHD="$(pwd)" bash tools/docker/phd_build/run.sh), when I just run: _bazel query 'kind(".*binary",//...)'
it says: FATAL: mkdir('/home/docker/.cache/bazel/_bazel_docker'): (error: 13): Permission denied
The text was updated successfully, but these errors were encountered: