Skip to content

Commit

Permalink
removing metrics/environment property
Browse files Browse the repository at this point in the history
  • Loading branch information
anindyatahsin committed Jun 14, 2024
1 parent fdde0fd commit 3d63c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN if [ `uname -m` = 'x86_64' ]; then echo -n "x86_64" > /tmp/arch; else echo -
RUN gcloud --version && \
gcloud config set core/disable_usage_reporting false && \
gcloud config set component_manager/disable_update_check true && \
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 3d63c4e

Please sign in to comment.