Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit 9964c94

Browse files
chore(Dockerfile): remove creation of telemetry_user_id file (chromadb)
This is most likely no-op. The path is referenced in a telemetry module [1], however, telemetry is disabled altogether in chroma.py according to [2]. [1]: https://github.com/chroma-core/chroma/blob/0.6.3/chromadb/telemetry/product/__init__.py [2]: https://docs.trychroma.com/docs/overview/telemetry#in-client-code Refs: PRODAI-418
1 parent a9cab9c commit 9964c94

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ WORKDIR /app/backend
5252

5353
ENV HOME=/root
5454

55-
RUN mkdir -p $HOME/.cache/chroma
56-
RUN echo -n 00000000-0000-0000-0000-000000000000 > $HOME/.cache/chroma/telemetry_user_id
57-
5855
RUN apt-get update && \
5956
# Install pandoc, netcat and gcc
6057
apt-get install -y --no-install-recommends git build-essential pandoc gcc netcat-openbsd curl jq && \

0 commit comments

Comments
 (0)