tvalentyn commented on PR #16658: URL: https://github.com/apache/beam/pull/16658#issuecomment-1093407575
Here's a repro without Dataflow in the picture: ``` gcloud compute instances create valentyn-cos2 --zone=us-central1-f --project=<my gcp project> --image-family cos-stable --image-project=cos-cloud --restart-on-failure gcloud compute ssh valentyn-cos2 --zone=us-central1-f --project=<my gcp project> docker run -it --entrypoint=/bin/bash -v /tmp:/var/opt/google python:3.7-bullseye python -m venv /var/opt/google/env root@018e7f3cac24:/# /var/opt/google/env/bin/pip bash: /var/opt/google/env/bin/pip: Permission denied ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
