Add LD_PRELOAD for libnvcuvid in Dockerfile
This commit is contained in:
@@ -86,6 +86,8 @@ ENV EFFECTS_PATH=/app/artdag-effects
|
|||||||
ENV PYTHONPATH=/app
|
ENV PYTHONPATH=/app
|
||||||
# GPU persistence enabled - frames stay on GPU throughout pipeline
|
# GPU persistence enabled - frames stay on GPU throughout pipeline
|
||||||
ENV STREAMING_GPU_PERSIST=1
|
ENV STREAMING_GPU_PERSIST=1
|
||||||
|
# Preload libnvcuvid for decord NVDEC GPU decode
|
||||||
|
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libnvcuvid.so
|
||||||
# Use cluster's public IPFS gateway for HLS segment URLs
|
# Use cluster's public IPFS gateway for HLS segment URLs
|
||||||
ENV IPFS_GATEWAY_URL=https://celery-artdag.rose-ash.com/ipfs
|
ENV IPFS_GATEWAY_URL=https://celery-artdag.rose-ash.com/ipfs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user