Fix ffmpeg install#1031
Conversation
marySalvi
left a comment
There was a problem hiding this comment.
Tested with a fresh build and works as expected.
BryonLewis
left a comment
There was a problem hiding this comment.
did a no-cache build with main to confirm the issue followed by one with this branch and it built properly.
Then did a series of uploads to the server that would require transcoding (image files, video files including AV1 video). Looks like all is good with this.
BryonLewis
left a comment
There was a problem hiding this comment.
Pulled built and tested again. Specifically tested worker container reloading. Modified apipeline task to add some additional logging, ran ldc dev up girder_worker_pipelines and properly verified that it reloaded the container and displayed the new logging info. The existing stuff also seemed to work such as ffmpeg conversion and AV1 support.
ldc dev girder_worker_defaultTested with tox integration tests.