Commit 803a7255 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: env variable to silent non critical OTB outputs.

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -100,6 +100,7 @@ ENV LD_LIBRARY_PATH="/opt/otb/lib:$LD_LIBRARY_PATH"
ENV OTB_APPLICATION_PATH="/opt/otb/lib/otb/applications"
ENV PROJ_LIB="$DEPS_INSTALL_PREFIX/share/proj"
ENV GDAL_DATA="$DEPS_INSTALL_PREFIX/share/gdal"
ENV OTB_LOGGER_LEVEL="CRITICAL"
RUN useradd -s /bin/bash -m ubuntu
USER ubuntu
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment