BioNeMo DiffDock OTEL stop printing to console

Hi there,

Is there a way to stop the OTEL traces and metrics from exporting to the console? I’m running the image nvcr.io/nim/mit/diffdock:2.0.0

When running the Docker container, I included:

    -e OTEL_TRACES_EXPORTER=otlp  \
    -e OTEL_METRICS_EXPORTER=otlp \

but on startup, I still see in the logs:

OTEL_TRACES_EXPORTER: console
OTEL_METRICS_EXPORTER: console
OTEL_EXPORTER_OTLP_ENDPOINT: "

Thanks!

Also, while I’m here, the docs for model caching say that the cache directory within the container is /home/nvs/.cache/nim.

This is not correct. It should be /opt/nim/.cache

Indeed, when using this updated path and -v "~/.cache/nim:/opt/nim/.cache" within the docker run command, the model isn’t downloaded when the container is restarted.