Skip to content

Commit

Permalink
Disable usage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
anindyatahsin committed Jun 14, 2024
1 parent d711c01 commit fdde0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN if [ `uname -m` = 'x86_64' ]; then echo -n "x86_64" > /tmp/arch; else echo -
python3-dev \
python3-crcmod; fi;
RUN gcloud --version && \
gcloud config set core/disable_usage_reporting true && \
gcloud config set core/disable_usage_reporting false && \
gcloud config set component_manager/disable_update_check true && \
gcloud config set metrics/environment github_docker_image && \
gcloud config set metrics/environment docker_image_stable && \
rm -rf /root/.cache/pip/ && \
find / -name '*.pyc' -delete && \
find / -name '*__pycache__*' -delete
Expand Down

0 comments on commit fdde0fd

Please sign in to comment.