FROM nvcr.io/nvidia/l4t-base:r36.2.0 WORKDIR /app COPY ./dist/ ./ RUN chmod +x ./sentinel-app CMD ["./sentinel-app", "config/main.yml"]