mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 12:47:13 +02:00
Turn off Unstructured telemetry (#3778)
This commit is contained in:
@@ -9,8 +9,10 @@ founders@onyx.app for more information. Please visit https://github.com/onyx-dot
|
|||||||
|
|
||||||
# Default ONYX_VERSION, typically overriden during builds by GitHub Actions.
|
# Default ONYX_VERSION, typically overriden during builds by GitHub Actions.
|
||||||
ARG ONYX_VERSION=0.8-dev
|
ARG ONYX_VERSION=0.8-dev
|
||||||
|
# DO_NOT_TRACK is used to disable telemetry for Unstructured
|
||||||
ENV ONYX_VERSION=${ONYX_VERSION} \
|
ENV ONYX_VERSION=${ONYX_VERSION} \
|
||||||
DANSWER_RUNNING_IN_DOCKER="true"
|
DANSWER_RUNNING_IN_DOCKER="true" \
|
||||||
|
DO_NOT_TRACK="true"
|
||||||
|
|
||||||
|
|
||||||
RUN echo "ONYX_VERSION: ${ONYX_VERSION}"
|
RUN echo "ONYX_VERSION: ${ONYX_VERSION}"
|
||||||
|
Reference in New Issue
Block a user