AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

Use ENV for environment variable persistence

Open c-ewing opened this issue 11 months ago • 1 comments

Description

As per #1789, this PR changes the usage of /etc/profile.d/alicevision.sh as a login script to set environment variables to the docker ENV directive.

Features list

  • [x] Fix #1789

Implementation remarks

This implementation relies on alicevision.sh not being used elsewhere. It does not appear to ever be copied out of the container/image.

c-ewing avatar Dec 03 '24 23:12 c-ewing